am 4c9bdcc9
: Merge "Fix missing synchronized modifier" into jb-dev
* commit '4c9bdcc9579288ca379c49d36c0ba0ec81515ef7': Fix missing synchronized modifier
This commit is contained in:
commit
ee3177d64d
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ public class UserHistoryDictionary extends ExpandableDictionary {
|
|||
* Return whether the passed charsequence is in the dictionary.
|
||||
*/
|
||||
@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.
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue