Loading java/src/com/android/inputmethod/latin/UserHistoryDictionary.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -162,7 +162,7 @@ public class UserHistoryDictionary extends ExpandableDictionary { * Return whether the passed charsequence is in the dictionary. * Return whether the passed charsequence is in the dictionary. */ */ @Override @Override public boolean isValidWord(final CharSequence word) { public synchronized boolean isValidWord(final CharSequence word) { // TODO: figure out what is the correct thing to do here. // TODO: figure out what is the correct thing to do here. return false; return false; } } Loading Loading
java/src/com/android/inputmethod/latin/UserHistoryDictionary.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -162,7 +162,7 @@ public class UserHistoryDictionary extends ExpandableDictionary { * Return whether the passed charsequence is in the dictionary. * Return whether the passed charsequence is in the dictionary. */ */ @Override @Override public boolean isValidWord(final CharSequence word) { public synchronized boolean isValidWord(final CharSequence word) { // TODO: figure out what is the correct thing to do here. // TODO: figure out what is the correct thing to do here. return false; return false; } } Loading