keith-turner commented on code in PR #4735:
URL: https://github.com/apache/accumulo/pull/4735#discussion_r1672740185
##########
core/src/main/java/org/apache/accumulo/core/data/Key.java:
##########
@@ -807,6 +807,19 @@ public ByteSequence getColumnVisibilityData() {
return new ArrayByteSequence(colVisibility);
}
+ /**
+ * Writes the column visibility into the given
<code>ArrayByteSequence</code>. This method gives
+ * users control over allocation of ArrayByteSequence objects by copying
into the passed in
+ * ArrayByteSequence.
+ *
+ * @param cv <code>ArrayByteSequence</code> object to copy into
+ * @return the <code>ArrayByteSequence</code> that was passed in
Review Comment:
This also needs a since tag
```suggestion
* @return the <code>ArrayByteSequence</code> that was passed in
* @since 3.1.0
```
--
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]