diff options
author | 2013-12-13 10:08:12 +0000 | |
---|---|---|
committer | 2013-12-13 10:08:12 +0000 | |
commit | f08b1ea41a0404c978349a8e405fc68b02a5a7fc (patch) | |
tree | bc343caff9dcfed825b95e0bcb120cd74d3c61f2 /tests/src | |
parent | bf7503ae6bd19c06d734adfb84eaf130dd6e66b8 (diff) | |
parent | 1dc7eca1144a30b2cf6ccf9c8337c6cb729bc1b7 (diff) | |
download | latinime-f08b1ea41a0404c978349a8e405fc68b02a5a7fc.tar.gz latinime-f08b1ea41a0404c978349a8e405fc68b02a5a7fc.tar.xz latinime-f08b1ea41a0404c978349a8e405fc68b02a5a7fc.zip |
Merge "Remove references to the v3 dictionary."
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/com/android/inputmethod/latin/makedict/BinaryDictUtils.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/src/com/android/inputmethod/latin/makedict/BinaryDictUtils.java b/tests/src/com/android/inputmethod/latin/makedict/BinaryDictUtils.java index 208cb99b5..a568704b4 100644 --- a/tests/src/com/android/inputmethod/latin/makedict/BinaryDictUtils.java +++ b/tests/src/com/android/inputmethod/latin/makedict/BinaryDictUtils.java @@ -76,8 +76,6 @@ public class BinaryDictUtils { throws UnsupportedFormatException { if (formatOptions.mVersion == FormatSpec.VERSION4) { return new Ver4DictUpdater(file, DictDecoder.USE_WRITABLE_BYTEBUFFER); - } else if (formatOptions.mVersion == FormatSpec.VERSION3) { - return new Ver2DictUpdater(file, DictDecoder.USE_WRITABLE_BYTEBUFFER); } else { throw new UnsupportedFormatException("The format option has a wrong version : " + formatOptions.mVersion); |