am 47ff4231: Merge "[IL82] Fix a wrong comment"

* commit '47ff423121ce9d584cb4c71295ff42b275552214':
  [IL82] Fix a wrong comment
main
Jean Chalard 2014-01-27 02:13:37 -08:00 committed by Android Git Automerger
commit 2e7f0680ad
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 */);