stefan-egli commented on code in PR #1198:
URL: https://github.com/apache/jackrabbit-oak/pull/1198#discussion_r1399222471


##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/NodeDocument.java:
##########
@@ -2181,6 +2171,34 @@ private String getCommitValue(Revision revision) {
         return value;
     }
 
+    /**
+     * Check if there may be more recent values in a previous document and 
return
+     * null if the latter is the case
+     *
+     * @param localValue value as resolved from local value map
+     * @param local      local value map
+     * @param context    the revision context
+     * @return localValue if it is most recent, null otherwise
+     */
+    private Value checkIsMostRecentCommitted(@Nullable Value localValue,

Review Comment:
   +1, renamed as suggested. wdyt?



-- 
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: dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to