Updated methods to help with the dictionary clean up.
This commit is contained in:
parent
96d0d0d9d0
commit
a82afad92c
6 changed files with 128 additions and 54 deletions
|
@ -49,7 +49,7 @@ public class BitDictionarySource extends DictionarySource
|
|||
}
|
||||
|
||||
/** Returns an instance of DictionarySource with all dictionaries selected */
|
||||
public BitDictionarySource getAllDictionaries()
|
||||
public static BitDictionarySource getAllDictionaries()
|
||||
{
|
||||
BitDictionarySource ds = new BitDictionarySource();
|
||||
ds.setDicts(allDicts);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue