[IL82] Fix a wrong comment

Change-Id: I6e16b4e05010a08f4d1da34145f819c32b3bc79e
main
Jean Chalard 2014-01-24 18:18:32 +09:00
parent abbd755689
commit 17f1528f9e
1 changed files with 1 additions and 1 deletions

View File

@ -1005,7 +1005,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
final SuggestedWords suggestedWords = new SuggestedWords(
applicationSuggestedWords,
false /* typedWordValid */,
false /* hasAutoCorrectionCandidate */,
false /* willAutoCorrect */,
false /* isPunctuationSuggestions */,
false /* isObsoleteSuggestions */,
false /* isPrediction */);