Skip to content
Snippets Groups Projects
Commit 37e0fd2f authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi
Browse files

Revise TODO comment for I823912e3979829a.

Change-Id: I839d8cb4d45d7d17b7940d710a2fef5aeacc11ab
parent 773f2272
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment