From 058d61512104b1dbc4a27bdfeab19b953fd0c995 Mon Sep 17 00:00:00 2001 From: Jean Chalard Date: Wed, 5 Feb 2014 22:34:46 +0900 Subject: [PATCH] Remove a redundant comment. No need to say this twice. Change-Id: Ief7ac425037aa2767ee8f21c9552138a9c46afc8 --- java/src/com/android/inputmethod/latin/Suggest.java | 2 -- 1 file changed, 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