This commit is contained in:
Sebastian Sdorra
2016-12-07 22:28:06 +01:00
parent 2a6f51fa6d
commit 3709ce7602
11 changed files with 18 additions and 18 deletions

View File

@@ -135,7 +135,7 @@ public class DefaultGroupManager extends AbstractGroupManager
if (groupDAO.contains(name))
{
throw new GroupAllreadyExistExeption(name.concat(" group already exists"));
throw new GroupAlreadyExistsException(name.concat(" group already exists"));
}
removeDuplicateMembers(group);