File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
objectbox-java/src/main/java/io/objectbox/model Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,11 +73,11 @@ private PropertyFlags() { }
73
73
public static final int INDEX_HASH = 2048 ;
74
74
/**
75
75
* Index uses a 64 bit hash instead of the value
76
- * (recommended mostly for 64 bit machines with values longer > 200 bytes; small values are faster with a 32 bit hash)
76
+ * (recommended mostly for 64 bit machines with values longer than 200 bytes; small values are faster with a 32 bit hash)
77
77
*/
78
78
public static final int INDEX_HASH64 = 4096 ;
79
79
/**
80
- * Unused yet: While our default are signed ints, queries & indexes need do know signing info.
80
+ * Unused yet: While our default are signed ints, queries and indexes need do know signing info.
81
81
* Note: Don't combine with ID (IDs are always unsigned internally).
82
82
*/
83
83
public static final int UNSIGNED = 8192 ;
You can’t perform that action at this time.
0 commit comments