Meskauskas Audrius wrote: > /** > * The attribute name. > */ > final String m_name; > > /** > * The attribute value. > */ > final Object m_value;
Do we really need all this "m_*" Hungarian notation business? We don't use this form (or indeed underscores at all) anywhere else in Classpath. -- Chris Burdess _______________________________________________ Classpath-patches mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath-patches
