aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/Suggest.java
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2014-03-03 04:00:23 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-03-03 04:00:24 +0000
commite76c273502612c978761e32fe68402cab3db8ca6 (patch)
tree0cda63e931176c3e2ef671804efd3d7e6f003bf0 /java/src/com/android/inputmethod/latin/Suggest.java
parent858045b41c589e178bef8b8269bb423f231f77e6 (diff)
parent1aac28a2b9e1013970e737639872ffb9cd7b26b0 (diff)
downloadlatinime-e76c273502612c978761e32fe68402cab3db8ca6.tar.gz
latinime-e76c273502612c978761e32fe68402cab3db8ca6.tar.xz
latinime-e76c273502612c978761e32fe68402cab3db8ca6.zip
Merge changes I20ce61c4,I2edab4e3
* changes: 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.java1
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;