Skip to content

Commit

Permalink
Javadoc update on AuthzGroup.addMember
Browse files Browse the repository at this point in the history
addMember updates the membership if it already exists.
  • Loading branch information
adrianfish committed May 7, 2015
1 parent 96261ee commit 516cd0d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
public interface AuthzGroup extends Edit, Comparable, Serializable
{
/**
* Add a member to the AuthzGroup.
* Add a member to the AuthzGroup, or, if the user is currently a member, update
* the membership with the supplied details.
*
* @param userId
* The user.
Expand Down

0 comments on commit 516cd0d

Please sign in to comment.