Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…8181 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Emmanuel Venisse committed Oct 24, 2005
1 parent 9064327 commit 9673d44
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -25,6 +25,7 @@
import org.codehaus.plexus.action.AbstractAction;
import org.codehaus.plexus.util.StringUtils;

import java.util.Collections;
import java.util.Map;

/**
Expand Down Expand Up @@ -163,7 +164,7 @@ public void execute( Map map )

UserGroup guestGroup = store.getUserGroup( ContinuumSecurity.GUEST_GROUP_NAME );

guestGroup.setPermissions( null );
guestGroup.setPermissions( Collections.EMPTY_LIST );

store.updateUserGroup( guestGroup );
}
Expand Down

0 comments on commit 9673d44

Please sign in to comment.