Fixed projectName setter

This commit is contained in:
Erik C. Thauvin 2023-04-29 14:17:11 -07:00
parent 2fa5864c21
commit eef391e90c
4 changed files with 7 additions and 17 deletions

View file

@ -12,6 +12,6 @@ public final class {{v className/}} {
public static final String VERSION = "{{v version/}}";
private {{v className/}}() {
throw new UnsupportedOperationException("Illegal constructor call.");
// no-op
}
}