----- Original Message -----
From: [EMAIL PROTECTED]
Sent: Dec 20, 9:00 PM
>
> I agree it is trivial to fix. I think it is is even more trivial than what Iwasa is
>suggesting.
>
> In Avalon this would be the fix.
> RepositoryManager
>
> public static final String getName()
> {
> - return REPOSITORY_NAME + id;
> + return REPOSITORY_NAME + id++;
> }
>
Sorry it is the other way Repository Manager diff should be
public static final String getName()
{
+ return REPOSITORY_NAME + id;
- return REPOSITORY_NAME + id++;
}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>