diff options
Diffstat (limited to 'ime/app/src/test/java/com/anysoftkeyboard/dictionaries/BTreeDictionaryTest.java')
| -rw-r--r-- | ime/app/src/test/java/com/anysoftkeyboard/dictionaries/BTreeDictionaryTest.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ime/app/src/test/java/com/anysoftkeyboard/dictionaries/BTreeDictionaryTest.java b/ime/app/src/test/java/com/anysoftkeyboard/dictionaries/BTreeDictionaryTest.java index 120b4e99f..8e0240b00 100644 --- a/ime/app/src/test/java/com/anysoftkeyboard/dictionaries/BTreeDictionaryTest.java +++ b/ime/app/src/test/java/com/anysoftkeyboard/dictionaries/BTreeDictionaryTest.java @@ -297,7 +297,8 @@ public class BTreeDictionaryTest { protected void readWordsFromActualStorage(WordReadListener listener) { Random r = new Random(); while (listener.onWordRead( - "w" + Integer.toHexString(r.nextInt()), 1 + r.nextInt(200))) ; + "w" + Integer.toHexString(r.nextInt()), 1 + r.nextInt(200))) + ; } @Override |
