You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2004/01/17 17:58:40 UTC

cvs commit: incubator-geronimo/modules/kernel/src/java/org/apache/geronimo/gbean/jmx GBeanMBeanEndpoint.java

djencks     2004/01/17 08:58:40

  Modified:    modules/kernel/src/java/org/apache/geronimo/gbean/jmx
                        GBeanMBeanEndpoint.java
  Log:
  don't import from our own package
  
  Revision  Changes    Path
  1.4       +1 -4      incubator-geronimo/modules/kernel/src/java/org/apache/geronimo/gbean/jmx/GBeanMBeanEndpoint.java
  
  Index: GBeanMBeanEndpoint.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/kernel/src/java/org/apache/geronimo/gbean/jmx/GBeanMBeanEndpoint.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- GBeanMBeanEndpoint.java	15 Jan 2004 05:36:53 -0000	1.3
  +++ GBeanMBeanEndpoint.java	17 Jan 2004 16:58:40 -0000	1.4
  @@ -79,9 +79,6 @@
   import org.apache.geronimo.gbean.GEndpointInfo;
   import org.apache.geronimo.gbean.InvalidConfigurationException;
   import org.apache.geronimo.gbean.WaitingException;
  -import org.apache.geronimo.gbean.jmx.CollectionProxy;
  -import org.apache.geronimo.gbean.jmx.FastMethodInvoker;
  -import org.apache.geronimo.gbean.jmx.GBeanMBean;
   
   /**
    *