diff options
author | 2013-12-17 05:33:15 +0000 | |
---|---|---|
committer | 2013-12-17 05:33:16 +0000 | |
commit | b54c747d7cc2a89e6bc51d31676a70779d4c41b4 (patch) | |
tree | 24f42bf24aa8767a787473d75ae839769bd21de9 /tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java | |
parent | 19dd753c0ccaea8dee71eeae7edc724c58c6f024 (diff) | |
parent | 4fdcefe504a4f8e832a75be2c7280ea8a5e390d3 (diff) | |
download | latinime-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.java | 1 |
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; |