aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2013-12-17 05:33:15 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-12-17 05:33:16 +0000
commitb54c747d7cc2a89e6bc51d31676a70779d4c41b4 (patch)
tree24f42bf24aa8767a787473d75ae839769bd21de9 /tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
parent19dd753c0ccaea8dee71eeae7edc724c58c6f024 (diff)
parent4fdcefe504a4f8e832a75be2c7280ea8a5e390d3 (diff)
downloadlatinime-b54c747d7cc2a89e6bc51d31676a70779d4c41b4.tar.gz
latinime-b54c747d7cc2a89e6bc51d31676a70779d4c41b4.tar.xz
latinime-b54c747d7cc2a89e6bc51d31676a70779d4c41b4.zip
Merge "Move DictUpdater to the tests directory."
Diffstat (limited to 'tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java')
-rw-r--r--tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java b/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
index f52f5e73c..8f7f31d18 100644
--- a/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
+++ b/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
@@ -34,7 +34,6 @@ import com.android.inputmethod.latin.utils.ByteArrayDictBuffer;
import com.android.inputmethod.latin.utils.CollectionUtils;
import java.io.File;
-import java.io.FileInputStream;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;