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]