Skip to content

Commit d5e9612

Browse files
committed
remove @generated from test entity
1 parent 193dbb2 commit d5e9612

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/test-proguard/src/main/java/io/objectbox/test/proguard/ObfuscatedEntity.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,13 @@ public class ObfuscatedEntity {
3131
private int myInt;
3232
private String myString;
3333

34-
@Generated
3534
public ObfuscatedEntity() {
3635
}
3736

3837
public ObfuscatedEntity(long id) {
3938
this.id = id;
4039
}
4140

42-
@Generated
4341
public ObfuscatedEntity(long id, int myInt, String myString) {
4442
this.id = id;
4543
this.myInt = myInt;

0 commit comments

Comments
 (0)