Merge "[IL82] Fix a wrong comment"

main
Jean Chalard 2014-01-27 10:11:42 +00:00 committed by Android (Google) Code Review
commit 47ff423121
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 */);