This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/main by this push:
new 1728a61f20 Remove unneeded TODO from ConditionalMutation.java (#6463)
1728a61f20 is described below
commit 1728a61f20dd3645e312a2846a6b3dd47354a6d7
Author: Amanda Villarreal <[email protected]>
AuthorDate: Thu Jul 9 13:46:24 2026 -0500
Remove unneeded TODO from ConditionalMutation.java (#6463)
---
.../src/main/java/org/apache/accumulo/core/data/ConditionalMutation.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/core/src/main/java/org/apache/accumulo/core/data/ConditionalMutation.java
b/core/src/main/java/org/apache/accumulo/core/data/ConditionalMutation.java
index 3c3e389451..696c8c6f2d 100644
--- a/core/src/main/java/org/apache/accumulo/core/data/ConditionalMutation.java
+++ b/core/src/main/java/org/apache/accumulo/core/data/ConditionalMutation.java
@@ -60,7 +60,6 @@ public class ConditionalMutation extends Mutation {
}
public ConditionalMutation(ByteSequence row, Condition... conditions) {
- // TODO add ByteSequence methods to mutations
super(row.toArray());
init(conditions);
}