>>>>> "Audrius" == Meskauskas Audrius <[EMAIL PROTECTED]> writes:

Audrius> 2006-01-09  Audrius Meskauskas  <[EMAIL PROTECTED]>
Audrius> * javax.management.Attribute.java: New file.

Nice!  I was thinking we'd end up using MX4J for this package... but I
failed to take you into account :-)

Audrius>  * Represents an MBean attribute, having the name and the
Audrius>  assined value. The

Typo here, should be 'assigned'.

Audrius>     int n = m_name==null?0:m_name.hashCode();
Audrius>     int v = m_value==null?0:m_value.hashCode();
    
Usually we put spaces around the operators.

Tom


_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to