removed import
This commit is contained in:
parent
536d4689f3
commit
cc1a3c9e49
@ -49,7 +49,7 @@ public class DictionaryService {
|
||||
|
||||
private Map<String, DictionaryModel> localAccessMap = new HashMap<>();
|
||||
|
||||
public boolean hasLocalEntries(){
|
||||
public boolean hasLocalEntries() {
|
||||
return this.dictionary.stream().anyMatch(dm -> !dm.getLocalEntries().isEmpty());
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user