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 2019/06/16 00:39:26 UTC

[incubator-datasketches-java] branch master updated: Eliminate restricted warning

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 739fdd2  Eliminate restricted warning
739fdd2 is described below

commit 739fdd255f636fc19ba5f1b1813e50d2f06a87a6
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Sat Jun 15 17:39:19 2019 -0700

    Eliminate restricted warning
---
 src/main/java/com/yahoo/sketches/hash/MurmurHash3v2.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/com/yahoo/sketches/hash/MurmurHash3v2.java b/src/main/java/com/yahoo/sketches/hash/MurmurHash3v2.java
index 0373bf1..e9e989e 100644
--- a/src/main/java/com/yahoo/sketches/hash/MurmurHash3v2.java
+++ b/src/main/java/com/yahoo/sketches/hash/MurmurHash3v2.java
@@ -168,7 +168,6 @@ public final class MurmurHash3v2 {
    * @param hashOut the size 2 long array for the resulting 128-bit hash
    * @return the hash.
    */
-  @SuppressWarnings("restriction")
   public static long[] hash(final Memory mem, final long offsetBytes, final long lengthBytes,
       final long seed, final long[] hashOut) {
     if ((mem == null) || (mem.getCapacity() == 0L)) {


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