diff options
author | 2013-10-18 11:21:45 -0700 | |
---|---|---|
committer | 2013-10-18 11:21:45 -0700 | |
commit | f099c7e3d3c378399626c975c54bd00b1b14d0f0 (patch) | |
tree | d8845d8fdce6593a825f7251612c90bd227d4a86 /java/src | |
parent | 03685b8372ed703d463ad393777f79ae16233923 (diff) | |
parent | 1c5f5eca9d6b26fd599523acb203dc4aa846bc89 (diff) | |
download | latinime-f099c7e3d3c378399626c975c54bd00b1b14d0f0.tar.gz latinime-f099c7e3d3c378399626c975c54bd00b1b14d0f0.tar.xz latinime-f099c7e3d3c378399626c975c54bd00b1b14d0f0.zip |
am 1c5f5eca: am 47568d5e: Merge "Fix: Suggested words from user history are invalid. DO NOT MERGE." into klp-dev
* commit '1c5f5eca9d6b26fd599523acb203dc4aa846bc89':
Fix: Suggested words from user history are invalid. DO NOT MERGE.
Diffstat (limited to 'java/src')
-rw-r--r-- | java/src/com/android/inputmethod/latin/personalization/DecayingExpandableBinaryDictionaryBase.java | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/java/src/com/android/inputmethod/latin/personalization/DecayingExpandableBinaryDictionaryBase.java b/java/src/com/android/inputmethod/latin/personalization/DecayingExpandableBinaryDictionaryBase.java index a1e36006b..1de15a333 100644 --- a/java/src/com/android/inputmethod/latin/personalization/DecayingExpandableBinaryDictionaryBase.java +++ b/java/src/com/android/inputmethod/latin/personalization/DecayingExpandableBinaryDictionaryBase.java @@ -114,15 +114,6 @@ public abstract class DecayingExpandableBinaryDictionaryBase extends ExpandableB } /** - * Return whether the passed charsequence is in the dictionary. - */ - @Override - public boolean isValidWord(final String word) { - // Words included only in the user history should be treated as not in dictionary words. - return false; - } - - /** * Pair will be added to the decaying dictionary. * * The first word may be null. That means we don't know the context, in other words, |