keith-turner commented on code in PR #104:
URL: https://github.com/apache/accumulo-access/pull/104#discussion_r2914879359


##########
modules/core/src/main/java/org/apache/accumulo/access/impl/CharsWrapper.java:
##########
@@ -26,7 +26,7 @@ public final class CharsWrapper implements CharSequence {
   private int offset;
   private int len;
 
-  CharsWrapper(char[] wrapped) {
+  public CharsWrapper(char[] wrapped) {

Review Comment:
   I wanted to keep CharsWrapper package private so looked to see what impls 
java had of CharSequence.



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

Reply via email to