aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2013-09-09 12:26:40 +0900
committerKeisuke Kuroyanagi <ksk@google.com>2013-09-09 12:26:40 +0900
commit37e0fd2ff04a2a87e421abea8bc407bd312dbfc6 (patch)
tree5d6317c4c9b315c18b5f57a00a6075e6b6aafc50 /java/src
parent773f2272421738b400c5eb24b36d36b9d3b29207 (diff)
downloadlatinime-37e0fd2ff04a2a87e421abea8bc407bd312dbfc6.tar.gz
latinime-37e0fd2ff04a2a87e421abea8bc407bd312dbfc6.tar.xz
latinime-37e0fd2ff04a2a87e421abea8bc407bd312dbfc6.zip
Revise TODO comment for I823912e3979829a.
Change-Id: I839d8cb4d45d7d17b7940d710a2fef5aeacc11ab
Diffstat (limited to 'java/src')
-rw-r--r--java/src/com/android/inputmethod/latin/ExpandableBinaryDictionary.java4
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();