jalphonso commented on code in PR #5217: URL: https://github.com/apache/accumulo/pull/5217#discussion_r1920447865
########## core/src/main/java/org/apache/accumulo/core/security/ColumnVisibility.java: ########## @@ -505,6 +516,12 @@ public ColumnVisibility(byte[] expression) { validate(expression); } + public ColumnVisibility(ColumnVisibility visibility) { Review Comment: added javadoc ########## core/src/main/java/org/apache/accumulo/core/security/ColumnVisibility.java: ########## @@ -125,6 +125,17 @@ public Node(int start, int end) { this.end = end; } + public Node(Node node) { Review Comment: added javadoc -- 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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org