reduce visibility of repository constructor
This commit is contained in:
parent
b039eecd8e
commit
50c67a410e
|
@ -77,7 +77,6 @@ public class DefaultConstructor implements MetaAttribute {
|
|||
.append("Factory;\n\n");
|
||||
inject( declaration );
|
||||
declaration
|
||||
.append("public ")
|
||||
.append(constructorName)
|
||||
.append("(")
|
||||
.append(") {")
|
||||
|
|
Loading…
Reference in New Issue