Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a14332f5 authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi Committed by Android Git Automerger
Browse files

am 37e0fd2f: Revise TODO comment for I823912e3979829a.

* commit '37e0fd2f':
  Revise TODO comment for I823912e3979829a.
parents 1d818b06 37e0fd2f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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();