wernerdv commented on code in PR #12436:
URL: https://github.com/apache/ignite/pull/12436#discussion_r2472518354
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicSingleUpdateRequest.java:
##########
@@ -254,13 +284,41 @@ private void near(boolean near) {
return near() ? null : val;
}
+ /**
+ * @return Cache object value
Review Comment:
`Cache object value` -> `Cache object value.`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]