Skip to content

Commit 335b13d

Browse files
ExternalPropertyType: fix UUID_VECTOR docs
1 parent 5188673 commit 335b13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objectbox-java-api/src/main/java/io/objectbox/annotation/ExternalPropertyType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public enum ExternalPropertyType {
117117
*/
118118
INT_128_VECTOR,
119119
/**
120-
* A vector (array) of Int128 values.
120+
* A vector (array) of Uuid values.
121121
*/
122122
UUID_VECTOR,
123123
/**

0 commit comments

Comments
 (0)