Fix the build

That was a merge not well resolved by git >.>

Change-Id: I3cd042d6a5206daf1e9942358405d647c67423dd
main
Jean Chalard 2014-06-26 18:44:26 +09:00
parent 310bb2c76f
commit c0748a1990
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ public final class Suggest {
final String whitelistedWord;
if (suggestionsContainer.isEmpty()) {
whitelistedWord = firstSuggestion = null;
whitelistedWord = null;
} else {
final SuggestedWordInfo firstSuggestedWordInfo = suggestionsContainer.get(0);
final String firstSuggestion = firstSuggestedWordInfo.mWord;