dlmarion commented on code in PR #27:
URL: https://github.com/apache/accumulo-access/pull/27#discussion_r1373416998
##########
src/main/java/org/apache/accumulo/access/AccessEvaluatorImpl.java:
##########
@@ -230,4 +226,8 @@ public AccessEvaluator build() {
public static AuthorizationsBuilder builder() {
return new BuilderImpl();
}
+
+ private static boolean isQuoteOrSlash(byte b) {
Review Comment:
Comments below
--
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]