reduce visibility of repository constructor

This commit is contained in:
Gavin King 2024-02-25 19:20:46 +01:00
parent b039eecd8e
commit 50c67a410e
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ public class DefaultConstructor implements MetaAttribute {
.append("Factory;\n\n");
inject( declaration );
declaration
.append("public ")
.append(constructorName)
.append("(")
.append(") {")