aboutsummaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas@google.com>2018-06-11 15:17:26 +0200
committerGitHub <noreply@github.com>2018-06-11 15:17:26 +0200
commit09cd3e877f583e6352be146ab22415298366c8d6 (patch)
tree0821b6990772332b57c6cb37ed045af7fbbbc9d7 /java
parent8544ae858d87056c8dac55713ffe148d9c60eb93 (diff)
downloadbrotli-09cd3e877f583e6352be146ab22415298366c8d6.zip
brotli-09cd3e877f583e6352be146ab22415298366c8d6.tar.gz
brotli-09cd3e877f583e6352be146ab22415298366c8d6.tar.bz2
Update
Diffstat (limited to 'java')
-rw-r--r--java/org/brotli/wrapper/common/SetRfcDictionaryTest.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/java/org/brotli/wrapper/common/SetRfcDictionaryTest.java b/java/org/brotli/wrapper/common/SetRfcDictionaryTest.java
index 8aecf5f..a986eae 100644
--- a/java/org/brotli/wrapper/common/SetRfcDictionaryTest.java
+++ b/java/org/brotli/wrapper/common/SetRfcDictionaryTest.java
@@ -9,14 +9,12 @@ package org.brotli.wrapper.common;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
-import static org.junit.Assert.fail;
import org.brotli.dec.Dictionary;
import org.brotli.integration.BrotliJniTestBase;
import org.brotli.wrapper.dec.BrotliInputStream;
import java.io.ByteArrayInputStream;
import java.io.IOException;
-import java.nio.ByteBuffer;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import org.junit.Test;