diff options
author | 2014-03-02 20:02:33 -0800 | |
---|---|---|
committer | 2014-03-02 20:02:33 -0800 | |
commit | 6894cd8a0978fd86854153e63ab765c5b7d89b50 (patch) | |
tree | 0cda63e931176c3e2ef671804efd3d7e6f003bf0 /java/src/com/android/inputmethod/latin/Suggest.java | |
parent | 0797c0039b1033b3bbd216520318e497752f452e (diff) | |
parent | e76c273502612c978761e32fe68402cab3db8ca6 (diff) | |
download | latinime-6894cd8a0978fd86854153e63ab765c5b7d89b50.tar.gz latinime-6894cd8a0978fd86854153e63ab765c5b7d89b50.tar.xz latinime-6894cd8a0978fd86854153e63ab765c5b7d89b50.zip |
am e76c2735: Merge changes I20ce61c4,I2edab4e3
* commit 'e76c273502612c978761e32fe68402cab3db8ca6':
Remove "Use only personalization dictionary".
Remove redundant creation of dictionary facilitator.
Diffstat (limited to 'java/src/com/android/inputmethod/latin/Suggest.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/Suggest.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/src/com/android/inputmethod/latin/Suggest.java b/java/src/com/android/inputmethod/latin/Suggest.java index f0e7d2f61..1747eeeda 100644 --- a/java/src/com/android/inputmethod/latin/Suggest.java +++ b/java/src/com/android/inputmethod/latin/Suggest.java @@ -59,6 +59,7 @@ public final class Suggest { // Locale used for upper- and title-casing words public final Locale mLocale; + // TODO: Move dictionaryFacilitator constructing logics from LatinIME to Suggest. public Suggest(final Locale locale, final DictionaryFacilitatorForSuggest dictionaryFacilitator) { mLocale = locale; |