Fix the build
That was a merge not well resolved by git >.> Change-Id: I3cd042d6a5206daf1e9942358405d647c67423dd
This commit is contained in:
parent
310bb2c76f
commit
c0748a1990
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ public final class Suggest {
|
||||||
|
|
||||||
final String whitelistedWord;
|
final String whitelistedWord;
|
||||||
if (suggestionsContainer.isEmpty()) {
|
if (suggestionsContainer.isEmpty()) {
|
||||||
whitelistedWord = firstSuggestion = null;
|
whitelistedWord = null;
|
||||||
} else {
|
} else {
|
||||||
final SuggestedWordInfo firstSuggestedWordInfo = suggestionsContainer.get(0);
|
final SuggestedWordInfo firstSuggestedWordInfo = suggestionsContainer.get(0);
|
||||||
final String firstSuggestion = firstSuggestedWordInfo.mWord;
|
final String firstSuggestion = firstSuggestedWordInfo.mWord;
|
||||||
|
|
Loading…
Reference in a new issue