From 76517a6417913634514b4e86d29b2e2fc4ebb5f4 Mon Sep 17 00:00:00 2001 From: nicksavers Date: Wed, 2 Jul 2014 10:35:09 +0200 Subject: [PATCH] Suppress warnings because fallback is available --- .../src/main/java/org/ethereum/util/FastByteComparisons.java | 1 + 1 file changed, 1 insertion(+) diff --git a/ethereumj-core/src/main/java/org/ethereum/util/FastByteComparisons.java b/ethereumj-core/src/main/java/org/ethereum/util/FastByteComparisons.java index bab39ffe..a4513a19 100644 --- a/ethereumj-core/src/main/java/org/ethereum/util/FastByteComparisons.java +++ b/ethereumj-core/src/main/java/org/ethereum/util/FastByteComparisons.java @@ -32,6 +32,7 @@ import com.google.common.primitives.UnsignedBytes; * This is borrowed and slightly modified from Guava's {@link UnsignedBytes} * class to be able to compare arrays that start at non-zero offsets. */ +@SuppressWarnings("restriction") public abstract class FastByteComparisons { /**