User: juhalindfors
  Date: 02/02/22 06:43:11

  Modified:    src/main/org/jboss/mx/interceptor MBeanInvoker.java
  Log:
  rollback changes... this wasn't supposed to go in
  
  Revision  Changes    Path
  1.3       +1 -4      jmx/src/main/org/jboss/mx/interceptor/MBeanInvoker.java
  
  Index: MBeanInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/jmx/src/main/org/jboss/mx/interceptor/MBeanInvoker.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MBeanInvoker.java 22 Feb 2002 14:22:52 -0000      1.2
  +++ MBeanInvoker.java 22 Feb 2002 14:43:10 -0000      1.3
  @@ -25,7 +25,7 @@
    * @author  <a href="mailto:[EMAIL PROTECTED]";>Juha Lindfors</a>.
    * @author  <a href="mailto:[EMAIL PROTECTED]";>Trevor Squires</a>.
    *
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    *
    */
   public class MBeanInvoker implements DynamicMBean
  @@ -33,9 +33,6 @@
      // Attributes ----------------------------------------------------
      protected MBeanInterceptor stack = null;
   
  -   // JPL: invoker target
  -   public Object resource = null;
  -   
      // JPL: def constr needed by modelmbean impl... stack config is not known at 
construction time
      public MBeanInvoker() { }
      
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to