mx4j/src/core/javax/management/openmbean TabularDataSupport.java,1.8,1.9
Simone Bordet <[email protected]> Sun, 10 Oct 2004 16:38:27 +0000
| Newsgroups | gmane.comp.java.mx4j.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mx4j/mx4j/src/core/javax/management/openmbean
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25507/src/core/javax/management/openmbean
Modified Files:
TabularDataSupport.java
Log Message:
Cosmetics
Index: TabularDataSupport.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/core/javax/management/openmbean/TabularDataSupport.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** TabularDataSupport.java 4 Sep 2004 15:44:05 -0000 1.8
--- TabularDataSupport.java 10 Oct 2004 16:38:25 -0000 1.9
***************
*** 40,44 ****
private transient String[] m_indexNames;
- private transient int m_hashcode = 0;
/**
--- 40,43 ----
***************
*** 436,440 ****
for (Iterator i = values().iterator(); i.hasNext();)
{
! result += ((CompositeData)i.next()).hashCode();
}
return result;
--- 435,439 ----
for (Iterator i = values().iterator(); i.hasNext();)
{
! result += i.next().hashCode();
}
return result;
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl