rishabhdaim commented on code in PR #1317:
URL: https://github.com/apache/jackrabbit-oak/pull/1317#discussion_r1506050953


##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStore.java:
##########
@@ -571,6 +571,8 @@ public Long apply(@Nullable String input) {
 
     private final Feature cancelInvalidationFeature;
 
+    private final Feature noChildOrderCleanupFeature;

Review Comment:
   ```suggestion
       private final Feature childOrderCleanupFeature;
   ```



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