jsedding commented on a change in pull request #24:
URL:
https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/24#discussion_r534125175
##########
File path:
src/main/java/org/apache/sling/resourceresolver/impl/mapping/MapEntries.java
##########
@@ -111,6 +88,8 @@
static final String ALIAS_QUERY_DEFAULT = "SELECT sling:alias FROM nt:base
WHERE sling:alias IS NOT NULL";
+ static final String ALIAS_BASE_QUERY_DEFAULT = "SELECT sling:alias FROM
nt:base As page";
Review comment:
I believe @wimsymons was suggesting to write `AS` in all-caps. You have
(inconsistently) capitalized the `A` but not the `S`.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]