aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2013-10-18 11:05:03 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-10-18 11:05:03 +0000
commit8e9af925b1b29b64471795a2c1188b5af9c21746 (patch)
treee62096d25cd6e85301ac6f5ec492adbf406d4206 /java/src
parent7fdb2c2956332730135caa8da92f3fd549b24fbb (diff)
parent53686e0f5fd5622223a34bdf3cd29108621dae45 (diff)
downloadlatinime-8e9af925b1b29b64471795a2c1188b5af9c21746.tar.gz
latinime-8e9af925b1b29b64471795a2c1188b5af9c21746.tar.xz
latinime-8e9af925b1b29b64471795a2c1188b5af9c21746.zip
Merge "Fix: Suggested words from user history are invalid."
Diffstat (limited to 'java/src')
-rw-r--r--java/src/com/android/inputmethod/latin/personalization/DecayingExpandableBinaryDictionaryBase.java9
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,