diff options
author | 2013-09-09 12:26:40 +0900 | |
---|---|---|
committer | 2013-09-09 12:26:40 +0900 | |
commit | 37e0fd2ff04a2a87e421abea8bc407bd312dbfc6 (patch) | |
tree | 5d6317c4c9b315c18b5f57a00a6075e6b6aafc50 /java/src/com/android/inputmethod/latin/ExpandableBinaryDictionary.java | |
parent | 773f2272421738b400c5eb24b36d36b9d3b29207 (diff) | |
download | latinime-37e0fd2ff04a2a87e421abea8bc407bd312dbfc6.tar.gz latinime-37e0fd2ff04a2a87e421abea8bc407bd312dbfc6.tar.xz latinime-37e0fd2ff04a2a87e421abea8bc407bd312dbfc6.zip |
Revise TODO comment for I823912e3979829a.
Change-Id: I839d8cb4d45d7d17b7940d710a2fef5aeacc11ab
Diffstat (limited to 'java/src/com/android/inputmethod/latin/ExpandableBinaryDictionary.java')
-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(); |