ibilley7 commented on code in PR #5702: URL: https://github.com/apache/accumulo/pull/5702#discussion_r2200854983
########## core/src/main/java/org/apache/accumulo/core/data/Mutation.java: ########## @@ -962,6 +965,23 @@ public QualifierOptions family(Text colFam) { return family(colFam.getBytes(), colFam.getLength()); } + /** + * Sets the column family, column qualifier, and column visibility of a mutation. + * + * @param key key + * @return a TimestampOptions object, advancing the method chain Review Comment: Since when? -- 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