Fix the build
That was a merge not well resolved by git >.> Change-Id: I3cd042d6a5206daf1e9942358405d647c67423ddmain
parent
310bb2c76f
commit
c0748a1990
|
@ -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 New Issue