[Mc4j-cvs] mc4j/modules/ems/src/ems-impl/org/mc4j/ems/impl/jmx/connection/bean/attribute DAttribute.
Brought to you by:
ghinkl
From: Greg H. <gh...@us...> - 2006-05-22 02:39:03
|
Update of /cvsroot/mc4j/mc4j/modules/ems/src/ems-impl/org/mc4j/ems/impl/jmx/connection/bean/attribute In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv32360/modules/ems/src/ems-impl/org/mc4j/ems/impl/jmx/connection/bean/attribute Modified Files: DAttribute.java Log Message: Visual tweaks Index: DAttribute.java =================================================================== RCS file: /cvsroot/mc4j/mc4j/modules/ems/src/ems-impl/org/mc4j/ems/impl/jmx/connection/bean/attribute/DAttribute.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** DAttribute.java 12 Apr 2006 19:11:34 -0000 1.2 --- DAttribute.java 22 May 2006 02:38:53 -0000 1.3 *************** *** 35,38 **** --- 35,39 ---- import javax.management.MBeanServer; import javax.management.ReflectionException; + import javax.management.modelmbean.ModelMBeanAttributeInfo; import java.io.NotSerializableException; import java.lang.reflect.InvocationTargetException; *************** *** 78,82 **** } - /** * Initializes internal storage settings for the value history --- 79,82 ---- |