You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Daniel Rall <dl...@finemaltcoding.com> on 2001/07/30 21:08:41 UTC

Re: a bug in RoleSet.java

lvjin <lu...@yahoo.com> writes:

> public boolean add(RoleSet roleSet)
>     {
>         return set.add((Collection)roleSet.set);
>     }
> 
> should be 
>      set.addAll((Collection)roleSet.set);

You're right, thanks.  Fixed in tip of HEAD and stable branch.

Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org