Update of /cvsroot/ejtools/libraries/common/src/main/net/sourceforge/ejtools/jmx
In directory usw-pr-cvs1:/tmp/cvs-serv3663/libraries/common/src/main/net/sourceforge/ejtools/jmx
Modified Files:
MBeanAccessor.java ObjectNameFinder.java
Log Message:
Pretty print source code
Index: MBeanAccessor.java
===================================================================
RCS file: /cvsroot/ejtools/libraries/common/src/main/net/sourceforge/ejtools/jmx/MBeanAccessor.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** MBeanAccessor.java 28 Apr 2002 10:18:10 -0000 1.2
--- MBeanAccessor.java 30 Apr 2002 21:07:37 -0000 1.3
***************
*** 1,11 ****
/*
! * EJTools, the Enterprise Java Tools
*
! * Distributable under LGPL license.
! * See terms of license at gnu.org.
*/
package net.sourceforge.ejtools.jmx;
! import javax.management.*;
/**
--- 1,14 ----
/*
! * EJTools, the Enterprise Java Tools
*
! * Distributable under LGPL license.
! * See terms of license at gnu.org.
*/
package net.sourceforge.ejtools.jmx;
! import javax.management.Attribute;
! import javax.management.MBeanInfo;
! import javax.management.ObjectInstance;
! import javax.management.ObjectName;
/**
Index: ObjectNameFinder.java
===================================================================
RCS file: /cvsroot/ejtools/libraries/common/src/main/net/sourceforge/ejtools/jmx/ObjectNameFinder.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ObjectNameFinder.java 19 Apr 2002 07:04:36 -0000 1.1
--- ObjectNameFinder.java 30 Apr 2002 21:07:37 -0000 1.2
***************
*** 1,7 ****
/*
! * EJTools, the Enterprise Java Tools
*
! * Distributable under LGPL license.
! * See terms of license at gnu.org.
*/
package net.sourceforge.ejtools.jmx;
--- 1,7 ----
/*
! * EJTools, the Enterprise Java Tools
*
! * Distributable under LGPL license.
! * See terms of license at gnu.org.
*/
package net.sourceforge.ejtools.jmx;
***************
*** 18,23 ****
* Description of the Method
*
! * @param searchString Description of the Parameter
*/
public void searchObjectName(String objectName);
}
--- 18,24 ----
* Description of the Method
*
! * @param objectName Description of Parameter
*/
public void searchObjectName(String objectName);
}
+
|