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 97fe15c  Fix formatting from #2069
97fe15c is described below

commit 97fe15cd0e109f9d21f0a1bf12aa9190b9dc4e59
Author: Christopher Tubbs <ctubb...@apache.org>
AuthorDate: Sat May 1 12:18:22 2021 -0400

    Fix formatting from #2069
---
 .../main/java/org/apache/accumulo/core/iterators/LongCombiner.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/core/src/main/java/org/apache/accumulo/core/iterators/LongCombiner.java 
b/core/src/main/java/org/apache/accumulo/core/iterators/LongCombiner.java
index 30adfef..2e6366e 100644
--- a/core/src/main/java/org/apache/accumulo/core/iterators/LongCombiner.java
+++ b/core/src/main/java/org/apache/accumulo/core/iterators/LongCombiner.java
@@ -45,8 +45,8 @@ import org.apache.hadoop.io.WritableUtils;
  * (translated to Longs) for all non-deleted versions of that Key.
  *
  * A required option for this Combiner is "type" which indicates which type of 
Encoder to use to
- * encode and decode Longs into Values. Supported types are VARLEN, FIXEDLEN, 
and STRING which indicate
- * the VarLenEncoder, FixedLenEncoder, and StringEncoder respectively.
+ * encode and decode Longs into Values. Supported types are VARLEN, FIXEDLEN, 
and STRING which
+ * indicate the VarLenEncoder, FixedLenEncoder, and StringEncoder respectively.
  */
 public abstract class LongCombiner extends TypedValueCombiner<Long> {
   public static final Encoder<Long> FIXED_LEN_ENCODER = new FixedLenEncoder();

Reply via email to