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

mmiller 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 4738d5a  Fix javadoc typo
4738d5a is described below

commit 4738d5ad55047a93a5e6869d0defea9b5b4956da
Author: Mike Miller <mmil...@apache.org>
AuthorDate: Mon Oct 25 09:01:38 2021 -0400

    Fix javadoc typo
---
 .../java/org/apache/accumulo/core/client/lexicoder/AbstractEncoder.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/src/main/java/org/apache/accumulo/core/client/lexicoder/AbstractEncoder.java
 
b/core/src/main/java/org/apache/accumulo/core/client/lexicoder/AbstractEncoder.java
index 255a478..84d1257 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/client/lexicoder/AbstractEncoder.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/client/lexicoder/AbstractEncoder.java
@@ -23,7 +23,7 @@ import static java.util.Objects.requireNonNull;
 
 /**
  * AbstractEncoder is an {@link Encoder} that implements all of Encoder's 
methods validating the
- * input, but has those methods defer logic to to a new method,
+ * input, but has those methods defer logic to a new method,
  * {@link #decodeUnchecked(byte[], int, int)}.
  *
  * @since 1.7.0

Reply via email to