ctubbsii commented on code in PR #5327:
URL: https://github.com/apache/accumulo/pull/5327#discussion_r1953394960
##########
core/src/main/java/org/apache/accumulo/core/data/KeyBuilder.java:
##########
@@ -180,6 +198,15 @@ public interface ColumnQualifierStep extends
ColumnVisibilityStep {
*/
ColumnVisibilityStep qualifier(final byte[] columnQualifier);
+ /**
+ * Set the column qualifier of the {@link Key} that this builder will
build to the parameter.
+ *
+ * @param columnQualifier the column qualifier to use for the {@link Key}
+ * @return this builder
+ * @ince 3.1.0
Review Comment:
```suggestion
* @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]