You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by do...@apache.org on 2022/09/09 17:13:22 UTC

[accumulo] branch main updated: Remove stale Javadoc comment that references closed Jira issue (#2923)

This is an automated email from the ASF dual-hosted git repository.

domgarguilo 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 e29f99e63b Remove stale Javadoc comment that references closed Jira issue (#2923)
e29f99e63b is described below

commit e29f99e63b8f9e751831f0076c8c3bb3a362b3f6
Author: Christopher L. Shannon <ch...@gmail.com>
AuthorDate: Fri Sep 9 13:13:16 2022 -0400

    Remove stale Javadoc comment that references closed Jira issue (#2923)
    
    Comment refers to an upcoming fix in ACCUMULO-2990 but that issue was
    closed as could not reproduce.
---
 core/src/main/java/org/apache/accumulo/core/client/BatchWriter.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/core/src/main/java/org/apache/accumulo/core/client/BatchWriter.java b/core/src/main/java/org/apache/accumulo/core/client/BatchWriter.java
index 11194f782c..e077a8d803 100644
--- a/core/src/main/java/org/apache/accumulo/core/client/BatchWriter.java
+++ b/core/src/main/java/org/apache/accumulo/core/client/BatchWriter.java
@@ -31,8 +31,7 @@ import org.apache.accumulo.core.data.Mutation;
  * written.
  * <p>
  * In the event that an MutationsRejectedException exception is thrown by one of the methods on a
- * BatchWriter instance, the user should close the current instance and create a new instance. This
- * is a known limitation which will be addressed by ACCUMULO-2990 in the future.
+ * BatchWriter instance, the user should close the current instance and create a new instance.
  */
 public interface BatchWriter extends AutoCloseable {