classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] FYI: First class for javax.management.


From: Tom Tromey
Subject: Re: [cp-patches] FYI: First class for javax.management.
Date: 09 Jan 2006 12:25:57 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>>>>> "Audrius" == Meskauskas Audrius <address@hidden> writes:

Audrius> 2006-01-09  Audrius Meskauskas  <address@hidden>
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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]