Skip to content

Commit 69342cf

Browse files
committed
more generics in EntityInfo
1 parent 894f43d commit 69342cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

objectbox-java/src/main/java/io/objectbox/EntityInfo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ public interface EntityInfo<T> extends Serializable {
3232

3333
int getEntityId();
3434

35-
Property[] getAllProperties();
35+
Property<T>[] getAllProperties();
3636

37-
Property getIdProperty();
37+
Property<T> getIdProperty();
3838

3939
IdGetter<T> getIdGetter();
4040

0 commit comments

Comments
 (0)