We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b98f49 commit e7922a5Copy full SHA for e7922a5
src/main/java/com/aerospike/mapper/tools/ClassCacheEntry.java
@@ -342,8 +342,8 @@ private void formOrdinalsFromValues() {
342
for (Annotation thisAnnotation : thisValue.getAnnotations()) {
343
if (thisAnnotation instanceof AerospikeOrdinal) {
344
ordinal = ((AerospikeOrdinal) thisAnnotation).value();
345
+ break;
346
}
- break;
347
348
349
if (ordinal != null) {
0 commit comments