keith-turner commented on code in PR #5702:
URL: https://github.com/apache/accumulo/pull/5702#discussion_r2200864987
##########
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:
Because this change is landing main it needs a `@since 4.0.0` tag. If the
change was landing in the 2.1 branch it would need a `@since 2.1.4` javadoc tag.
--
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]