[snip]
> + /**
> + * <p>Private constructor so that this class cannot be
> instantiated.</p>
> + */
> + private ShaleConstants() {}
> +Why would you want to do that? This prevents someone from extending the class with their own constants. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
