dain        2003/09/07 21:05:04

  Modified:    modules/common/src/java/org/apache/geronimo/common/jmx
                        MBeanProxyHandler.java
  Log:
  Cleaned imports.
  Added todo saying this file should be removed as nothing is using it.
  
  Revision  Changes    Path
  1.6       +8 -9      
incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/jmx/MBeanProxyHandler.java
  
  Index: MBeanProxyHandler.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/jmx/MBeanProxyHandler.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- MBeanProxyHandler.java    1 Sep 2003 19:18:47 -0000       1.5
  +++ MBeanProxyHandler.java    8 Sep 2003 04:05:04 -0000       1.6
  @@ -58,23 +58,22 @@
   
   import java.lang.reflect.InvocationHandler;
   import java.lang.reflect.Method;
  -
   import java.util.Map;
  -
  -import javax.management.MBeanServer;
  -import javax.management.ObjectName;
   import javax.management.Attribute;
  -import javax.management.MBeanInfo;
   import javax.management.MBeanAttributeInfo;
  -import javax.management.MBeanOperationInfo;
  -import javax.management.MBeanException;
  +import javax.management.MBeanInfo;
  +import javax.management.MBeanServer;
  +import javax.management.ObjectName;
   
   import org.apache.commons.collections.ReferenceMap;
  -
   import org.apache.geronimo.common.NullArgumentException;
   
   /**
    * This class handles invocations for MBean proxies.
  + *
  + * @todo remove this as noone is using it other then a test case... all uses 
have been swiched back to
  + * abstract MBeanProxyHandler which is used by both the MBeanProxyFactory 
and RelationshipMBeanProxyFactory
  + * also this class does lazy loading which is definately not what we want.
    *
    * @version $Revision$ $Date$
    */
  
  
  

Reply via email to