diff options
author | 2014-02-05 21:45:00 -0800 | |
---|---|---|
committer | 2014-02-05 21:45:00 -0800 | |
commit | 427c288e5b45c7aef8b404e3de3859d345f7df96 (patch) | |
tree | bd088e799a796a131af3f3b85ebc41ba9291d198 /java | |
parent | ea2c357b0fb1414d79c27dc81ca6fcd55ddcfbc0 (diff) | |
parent | 7ee6be46b36bd2f2b3dc39a2f0f2a477e45a387a (diff) | |
download | latinime-427c288e5b45c7aef8b404e3de3859d345f7df96.tar.gz latinime-427c288e5b45c7aef8b404e3de3859d345f7df96.tar.xz latinime-427c288e5b45c7aef8b404e3de3859d345f7df96.zip |
am 7ee6be46: Merge "Remove a redundant comment."
* commit '7ee6be46b36bd2f2b3dc39a2f0f2a477e45a387a':
Remove a redundant comment.
Diffstat (limited to 'java')
-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 |