diff options
author | 2013-10-18 11:18:28 -0700 | |
---|---|---|
committer | 2013-10-18 11:18:28 -0700 | |
commit | 1c5f5eca9d6b26fd599523acb203dc4aa846bc89 (patch) | |
tree | d8845d8fdce6593a825f7251612c90bd227d4a86 /java/src | |
parent | 069d44c32c95247f39fb95655dc65e740e59aabb (diff) | |
parent | 47568d5e19ed907485f7cb435c3944ccc0cb4411 (diff) | |
download | latinime-1c5f5eca9d6b26fd599523acb203dc4aa846bc89.tar.gz latinime-1c5f5eca9d6b26fd599523acb203dc4aa846bc89.tar.xz latinime-1c5f5eca9d6b26fd599523acb203dc4aa846bc89.zip |
am 47568d5e: Merge "Fix: Suggested words from user history are invalid. DO NOT MERGE." into klp-dev
* commit '47568d5e19ed907485f7cb435c3944ccc0cb4411':
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, |