You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by dc...@apache.org on 2021/09/21 13:37:55 UTC

[datasketches-java] 01/01: Test coveralls on master

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

dcromberge pushed a commit to branch coveralls-test
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git

commit bac2c5bed562c3b0f05255a64b38927471015176
Author: David Cromberge <da...@gmail.com>
AuthorDate: Tue Sep 21 14:37:44 2021 +0100

    Test coveralls on master
---
 src/main/java/org/apache/datasketches/hll/CurMode.java | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/datasketches/hll/CurMode.java b/src/main/java/org/apache/datasketches/hll/CurMode.java
index 9202a8e..c0aadc0 100644
--- a/src/main/java/org/apache/datasketches/hll/CurMode.java
+++ b/src/main/java/org/apache/datasketches/hll/CurMode.java
@@ -25,12 +25,14 @@ package org.apache.datasketches.hll;
  * @author Lee Rhodes
  * @author Kevin Lang
  */
-enum CurMode { LIST, SET, HLL; //do not change the order.
+enum CurMode {
+  LIST, SET, HLL; // do not change the order.
 
   public static final CurMode values[] = values();
 
   /**
    * Returns the CurMode given its ordinal
+   * 
    * @param ordinal the order of appearance in the enum definition.
    * @return the CurMode given its ordinal
    */
@@ -38,5 +40,4 @@ enum CurMode { LIST, SET, HLL; //do not change the order.
     return values[ordinal];
   }
 
-
 }

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org