General cleanup

This commit is contained in:
Luck
2016-07-15 15:53:13 +01:00
Unverified
parent 42322ef932
commit 33fc4f537a
5 changed files with 6 additions and 7 deletions
@@ -96,7 +96,7 @@ public abstract class User extends PermissionObject {
/**
* Remove the user from a group
* @param group the group to remove the user from
* @throws ObjectLacksPermissionException
* @throws ObjectLacksPermissionException if the user isn't a member of the group
*/
public void removeGroup(Group group) throws ObjectLacksPermissionException {
removeGroup(group, "global");