mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 37e0fd2f: Revise TODO comment for I823912e3979829a.
* commit '37e0fd2ff04a2a87e421abea8bc407bd312dbfc6': Revise TODO comment for I823912e3979829a.
This commit is contained in:
commit
a14332f537
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user