mbaedke commented on code in PR #1317:
URL: https://github.com/apache/jackrabbit-oak/pull/1317#discussion_r1506059960
##########
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:
Well, I just changed it from childOrderCleanupFeature to
noChildOrderCleanupFeature, because that's what it is since we changed the
default behavior.
--
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]