On Mon, 13 Jan 2003, Henning P. Schmiedehausen wrote:
> [EMAIL PROTECTED] writes:
>
> > Iterator groupsIterator = getAllGroups().elements();
> > + while (groupsIterator.hasNext())
>
> Can we please start using the
>
> for(Iterator it = ... ; it.hasNext(); )
> {
> }
>
> pattern here?+1 > Uh, I start to sound like Jon. :-) Heh ;-) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
