thomasmueller commented on code in PR #1187:
URL: https://github.com/apache/jackrabbit-oak/pull/1187#discussion_r1382003251
##########
oak-core/src/main/java/org/apache/jackrabbit/oak/query/ast/SelectorImpl.java:
##########
@@ -427,10 +426,14 @@ public String getPlan(NodeState rootState) {
buff.append(index.getPlan(createFilter(true), rootState));
}
} else {
- buff.append("no-index");
+ buff.append("no-index\n");
}
if (!selectorConstraints.isEmpty()) {
Review Comment:
Well, it is not empty: I would like to keep the comment and the commented
code...
--
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]