Suppress warnings because fallback is available

This commit is contained in:
nicksavers 2014-07-02 10:35:09 +02:00
parent dd02d31761
commit 76517a6417
1 changed files with 1 additions and 0 deletions

View File

@ -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 {
/**