mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am d2e566f9
: Fix unit tests by adding @UsedForTesting.
* commit 'd2e566f9991e2a3540935a7e38d01dd4f65fd42b': Fix unit tests by adding @UsedForTesting.
This commit is contained in:
commit
cebcdf9b71
@ -362,6 +362,7 @@ abstract public class ExpandableBinaryDictionary extends Dictionary {
|
||||
/**
|
||||
* Dynamically remove the n-gram entry in the dictionary.
|
||||
*/
|
||||
@UsedForTesting
|
||||
public void removeNgramDynamically(final PrevWordsInfo prevWordsInfo, final String word) {
|
||||
reloadDictionaryIfRequired();
|
||||
asyncExecuteTaskWithWriteLock(new Runnable() {
|
||||
|
Loading…
Reference in New Issue
Block a user