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 2021/09/07 21:30:11 UTC

[datasketches-java] branch Memory2 updated: Minor cleanup #1

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

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


The following commit(s) were added to refs/heads/Memory2 by this push:
     new 26cad42  Minor cleanup #1
26cad42 is described below

commit 26cad42a4f4dfb3b1f62fe6b617759dcee656dfb
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Tue Sep 7 14:29:59 2021 -0700

    Minor cleanup #1
---
 src/main/java/org/apache/datasketches/tuple/AnotB.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/datasketches/tuple/AnotB.java b/src/main/java/org/apache/datasketches/tuple/AnotB.java
index 9cf2380..a7fe752 100644
--- a/src/main/java/org/apache/datasketches/tuple/AnotB.java
+++ b/src/main/java/org/apache/datasketches/tuple/AnotB.java
@@ -339,7 +339,7 @@ public final class AnotB<S extends Summary> {
     return da;
   }
 
-  @SuppressWarnings({ "unchecked"})
+  @SuppressWarnings("unchecked")
   private static <S extends Summary> DataArrays<S> getResultArraysTuple(
       final long minThetaLong,
       final int countA,
@@ -385,7 +385,7 @@ public final class AnotB<S extends Summary> {
   }
 
 
-  @SuppressWarnings({ "unchecked"})
+  @SuppressWarnings("unchecked")
   private static <S extends Summary> DataArrays<S> getResultArraysTheta(
       final long minThetaLong,
       final int countA,

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