Skip to content

Commit

Permalink
update a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
agrgr committed Jun 23, 2024
1 parent 816281d commit 940c1d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public void write(Object source, final AerospikeWriteData data) {

AerospikePersistentProperty versionProperty = entity.getVersionProperty();
if (versionProperty != null) {
// version is read as Integer because Record.generation is integer
// version is read as Integer because Java client's Record.generation is integer
Integer version = accessor.getProperty(versionProperty, Integer.class);
data.setVersion(version);
}
Expand Down

0 comments on commit 940c1d7

Please sign in to comment.