diff options
author | 2013-09-08 20:40:54 -0700 | |
---|---|---|
committer | 2013-09-08 20:40:54 -0700 | |
commit | a14332f537be29ceb651e804c835c1a12424e424 (patch) | |
tree | 25def68b2256963c2124accf22e6d5389a717376 /java/src | |
parent | 1d818b06fef962003221a74ecbb0d9c525cd6968 (diff) | |
parent | 37e0fd2ff04a2a87e421abea8bc407bd312dbfc6 (diff) | |
download | latinime-a14332f537be29ceb651e804c835c1a12424e424.tar.gz latinime-a14332f537be29ceb651e804c835c1a12424e424.tar.xz latinime-a14332f537be29ceb651e804c835c1a12424e424.zip |
am 37e0fd2f: Revise TODO comment for I823912e3979829a.
* commit '37e0fd2ff04a2a87e421abea8bc407bd312dbfc6':
Revise TODO comment for I823912e3979829a.
Diffstat (limited to 'java/src')
-rw-r--r-- | java/src/com/android/inputmethod/latin/ExpandableBinaryDictionary.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/latin/ExpandableBinaryDictionary.java b/java/src/com/android/inputmethod/latin/ExpandableBinaryDictionary.java index e62a35af3..39cc56ae1 100644 --- a/java/src/com/android/inputmethod/latin/ExpandableBinaryDictionary.java +++ b/java/src/com/android/inputmethod/latin/ExpandableBinaryDictionary.java @@ -84,11 +84,11 @@ abstract public class ExpandableBinaryDictionary extends Dictionary { /** Whether to support dynamically updating the dictionary */ private final boolean mIsUpdatable; - // TODO: remove, once dynamic operations will be serialized + // TODO: remove, once dynamic operations is serialized /** Controls access to the shared binary dictionary file across multiple instances. */ private final DictionaryController mSharedDictionaryController; - // TODO: remove, once dynamic operations will be serialized + // TODO: remove, once dynamic operations is serialized /** Controls access to the local binary dictionary for this instance. */ private final DictionaryController mLocalDictionaryController = new DictionaryController(); |