aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2013-12-16 21:35:41 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-12-16 21:35:41 -0800
commit70def4677849c696b1d85d9103787a495cf6e54d (patch)
tree24f42bf24aa8767a787473d75ae839769bd21de9 /tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
parent44e7613c5426e586abd474584409ac22e06cc242 (diff)
parentb54c747d7cc2a89e6bc51d31676a70779d4c41b4 (diff)
downloadlatinime-70def4677849c696b1d85d9103787a495cf6e54d.tar.gz
latinime-70def4677849c696b1d85d9103787a495cf6e54d.tar.xz
latinime-70def4677849c696b1d85d9103787a495cf6e54d.zip
am b54c747d: Merge "Move DictUpdater to the tests directory."
* commit 'b54c747d7cc2a89e6bc51d31676a70779d4c41b4': 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;