Added Author to module Info.
This commit is contained in:
parent
ede40f06d0
commit
b3264748cd
|
@ -200,6 +200,7 @@ public class PrimitiveCollectionsBuilder extends TemplateProcessor
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
StringBuilder builder = new StringBuilder();
|
StringBuilder builder = new StringBuilder();
|
||||||
|
builder.append("/** @author Speiger */\n");
|
||||||
builder.append("module ").append(sanitize(basePath.relativize(getOutputFolder()).toString())).append(" {\n");
|
builder.append("module ").append(sanitize(basePath.relativize(getOutputFolder()).toString())).append(" {\n");
|
||||||
builder.append(joiner.toString()).append("}");
|
builder.append(joiner.toString()).append("}");
|
||||||
return builder.toString();
|
return builder.toString();
|
||||||
|
|
Loading…
Reference in New Issue