Skip to content

Commit 74d31a2

Browse files
authored
Fix ConventionModel constructor (#968)
JAVA-4655
1 parent b0ceebb commit 74d31a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bson/src/test/unit/org/bson/codecs/pojo/entities/ConventionModel.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ public ConventionModel(){
4141
}
4242

4343
public ConventionModel(final String customId, final ConventionModel child, final SimpleModel simpleModel) {
44-
this.myIntField = myIntField;
4544
this.customId = customId;
4645
this.child = child;
4746
this.simpleModel = simpleModel;

0 commit comments

Comments
 (0)