parent
b7109e9ebb
commit
5a0f671aa4
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ public class GroupDatabase extends Database {
|
|||
}
|
||||
|
||||
public boolean isUnknownGroup(String groupId) {
|
||||
return getGroup(groupId) == null;
|
||||
return !getGroup(groupId).isPresent();
|
||||
}
|
||||
|
||||
public Reader getGroupsFilteredByTitle(String constraint) {
|
||||
|
|
Loading…
Add table
Reference in a new issue