thomasmueller commented on code in PR #2751:
URL: https://github.com/apache/jackrabbit-oak/pull/2751#discussion_r2851380739


##########
oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/diff/DiffIndex.java:
##########
@@ -58,21 +59,21 @@ public class DiffIndex {
      * @param indexDefinitions the /oak:index node
      */
     public static void applyDiffIndexChanges(NodeStore store, NodeBuilder 
indexDefinitions) {
-        JsonObject diffs = collectDiffs(indexDefinitions);
-        if (diffs == null) {
-            // nothing todo
-            return;
+        JsonObject diffs = collectDiffs(indexDefinitions, MERGER);

Review Comment:
   * @param merger the merger instance to use for collecting warnings



-- 
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]

Reply via email to