Ah, re-read your mail stating:
> All finals should be gone from the code now. At least the bad ones. I've
> left final on classes for the moment, and final on a static variable is a
> good thing.
...so I guess this was an oversight. I'll revert as necessary.
On 30.12.2003 11:26:35 Jeremias Maerki wrote:
> Henri, why did you remove the finals from some constants? IMO that's not
> the same as removing the finals from method parameters, especially when
> the constants in question are public. I'd rather we leave the finals
> there.
>
> On 30.12.2003 07:55:59 bayard wrote:
> > public class DirectoryFileFilter extends AbstractFileFilter {
> >
> > /** Singleton instance of directory filter */
> > - public static final IOFileFilter INSTANCE = new DirectoryFileFilter();
> > + public static IOFileFilter INSTANCE = new DirectoryFileFilter();
Jeremias Maerki
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]