keith-turner commented on code in PR #5702:
URL: https://github.com/apache/accumulo/pull/5702#discussion_r2201995053
##########
core/src/main/java/org/apache/accumulo/core/data/Mutation.java:
##########
@@ -962,6 +973,25 @@ public QualifierOptions family(Text colFam) {
return family(colFam.getBytes(), colFam.getLength());
}
+ /**
+ * Sets the column family, column qualifier, and column visibility of a
mutation. All other
Review Comment:
Could remove this javadoc. I think alot of tooling will show the parent
javadoc when nothing is present, so do not need to maintain two copies of the
docs.
##########
core/src/test/java/org/apache/accumulo/core/data/MutationTest.java:
##########
@@ -410,7 +410,7 @@ public void testAtDelete() {
}
@Test
- public void testPuts() {
+ public void testPuts() { // ------------------------------
Review Comment:
What is the purpose of this comment?
--
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]