[patch] Fix declaration of BeanInfo constants
Tom Tromey
tromey@redhat.com
Wed Jun 30 23:37:00 GMT 2004
Jerry> Make these constants match the JDK 1.4.2 docs.
Jerry> 2004-06-30 Jerry Quinn <jlquinn@optonline.net>
Jerry> * java/beans/BeanInfo (ICON_COLOR_16x16, ICON_COLOR_32x32,
Jerry> ICON_MONO_16x16, ICON_MONO_32x32): Make public static final.
A field in an interface is implicitly `public static final'.
Our coding standard is to omit the redundant modifiers.
So, these shouldn't be needed.
Tom
More information about the Java-patches
mailing list