Henning P. Schmiedehausen wrote:
static final please. Does "protected static final" make sense?
Well, Findbugs proposed it. As I see it, the values in question are used as constants, which means that you should prevent value assignment in derived classes.
Bye, Thomas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
