diff options
author | 2013-08-20 00:14:07 -0700 | |
---|---|---|
committer | 2013-08-20 00:14:07 -0700 | |
commit | 19c0b5b27633704377b777571b33562db17b9fca (patch) | |
tree | c8d7ac6ef2331385881c17c8fa98f958e06a2b9e /tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java | |
parent | bff4d2443238dcb5dbc123a1ce11220acd19271d (diff) | |
parent | 66004ce2de1579d8ae1fb3411ce98f1e9e37cf8b (diff) | |
download | latinime-19c0b5b27633704377b777571b33562db17b9fca.tar.gz latinime-19c0b5b27633704377b777571b33562db17b9fca.tar.xz latinime-19c0b5b27633704377b777571b33562db17b9fca.zip |
am 66004ce2: Remove populateOptions.
* commit '66004ce2de1579d8ae1fb3411ce98f1e9e37cf8b':
Remove populateOptions.
Diffstat (limited to 'tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java')
-rw-r--r-- | tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java | 2 |
1 files changed, 1 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 77397a68c..028e089f8 100644 --- a/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java +++ b/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java @@ -505,7 +505,7 @@ public class BinaryDictDecoderEncoderTests extends AndroidTestCase { FileHeader fileHeader = null; try { - fileHeader = BinaryDictDecoderUtils.readHeader(dictDecoder); + fileHeader = dictDecoder.readHeader(); } catch (IOException e) { return null; } catch (UnsupportedFormatException e) { |