chore: missing javadoc

This commit is contained in:
zaaarf 2023-08-26 22:23:28 +02:00
parent 12b48a4aa5
commit 560c25b43c
No known key found for this signature in database
GPG key ID: 6445A5CD15E5B40C

View file

@ -73,6 +73,7 @@ public class ClassData {
* Should always be called only after the given mapper has finished
* processing all classes.
* @param mapper the mapper that generated this data
* @return a ClassData representing the inverted mappings
*/
public ClassData generateReverseMappings(IMapper mapper) {
ClassData reverse = new ClassData(this.nameMapped, this.name);