Added Author to module Info.

This commit is contained in:
Speiger 2022-04-14 05:47:19 +02:00
parent ede40f06d0
commit b3264748cd
1 changed files with 1 additions and 0 deletions

View File

@ -200,6 +200,7 @@ public class PrimitiveCollectionsBuilder extends TemplateProcessor
throw new RuntimeException(e);
}
StringBuilder builder = new StringBuilder();
builder.append("/** @author Speiger */\n");
builder.append("module ").append(sanitize(basePath.relativize(getOutputFolder()).toString())).append(" {\n");
builder.append(joiner.toString()).append("}");
return builder.toString();