You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2022/04/28 00:58:12 UTC

[datasketches-java] branch cleanupWarnings updated: NO CODE CHANGES. Cleaned up Checkstyle warnings about extra empty lines.

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

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


The following commit(s) were added to refs/heads/cleanupWarnings by this push:
     new 05fd9936 NO CODE CHANGES. Cleaned up Checkstyle warnings about extra empty lines.
05fd9936 is described below

commit 05fd9936fbde0a2a1ec342d2cb722130e491d01a
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Wed Apr 27 17:58:06 2022 -0700

    NO CODE CHANGES. Cleaned up Checkstyle warnings about extra empty lines.
---
 src/main/java/org/apache/datasketches/sampling/VarOptItemsSketch.java | 1 -
 src/main/java/org/apache/datasketches/tuple/Union.java                | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/main/java/org/apache/datasketches/sampling/VarOptItemsSketch.java b/src/main/java/org/apache/datasketches/sampling/VarOptItemsSketch.java
index 57818653..dfd3db1d 100644
--- a/src/main/java/org/apache/datasketches/sampling/VarOptItemsSketch.java
+++ b/src/main/java/org/apache/datasketches/sampling/VarOptItemsSketch.java
@@ -258,7 +258,6 @@ public final class VarOptItemsSketch<T> {
     return sketch;
   }
 
-
   /**
    * Returns a sketch instance of this class from the given srcMem,
    * which must be a Memory representation of this sketch class.
diff --git a/src/main/java/org/apache/datasketches/tuple/Union.java b/src/main/java/org/apache/datasketches/tuple/Union.java
index 150a3654..9db42433 100644
--- a/src/main/java/org/apache/datasketches/tuple/Union.java
+++ b/src/main/java/org/apache/datasketches/tuple/Union.java
@@ -135,7 +135,6 @@ public class Union<S extends Summary> {
     unionThetaLong_ = min(unionThetaLong_, qsk_.thetaLong_);
   }
 
-
   /**
    * Gets the result of a sequence of stateful <i>union</i> operations as an unordered CompactSketch
    * @return result of the stateful unions so far. The state of this operation is not reset after the


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