diff options
author | 2014-02-05 22:34:46 +0900 | |
---|---|---|
committer | 2014-02-05 22:42:38 +0900 | |
commit | 058d61512104b1dbc4a27bdfeab19b953fd0c995 (patch) | |
tree | 5f6caa89372a0501712380c2502304b9d22b5e2c /java/src | |
parent | 58eed6360db7f8d2ba12ab34d18656f8ec7b6116 (diff) | |
download | latinime-058d61512104b1dbc4a27bdfeab19b953fd0c995.tar.gz latinime-058d61512104b1dbc4a27bdfeab19b953fd0c995.tar.xz latinime-058d61512104b1dbc4a27bdfeab19b953fd0c995.zip |
Remove a redundant comment.
No need to say this twice.
Change-Id: Ief7ac425037aa2767ee8f21c9552138a9c46afc8
Diffstat (limited to 'java/src')
-rw-r--r-- | java/src/com/android/inputmethod/latin/Suggest.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/latin/Suggest.java b/java/src/com/android/inputmethod/latin/Suggest.java index bb938a99e..20d9284e0 100644 --- a/java/src/com/android/inputmethod/latin/Suggest.java +++ b/java/src/com/android/inputmethod/latin/Suggest.java @@ -141,8 +141,6 @@ public final class Suggest { } } - // The word can be auto-corrected if it has a whitelist entry that is not itself, - // or if it's a 2+ characters non-word (i.e. it's not in the dictionary). // We allow auto-correction if we have a whitelisted word, or if the word is not a valid // word of more than 1 char, except if the first suggestion is the same as the typed string // because in this case if it's strong enough to auto-correct that will mistakenly designate |