User: juhalindfors
  Date: 02/02/28 12:03:32

  Modified:    src/main/org/jboss/mx/server MBeanServerImpl.java
  Log:
  you need hash to link to locals
  
  Revision  Changes    Path
  1.19      +4 -4      jmx/src/main/org/jboss/mx/server/MBeanServerImpl.java
  
  Index: MBeanServerImpl.java
  ===================================================================
  RCS file: /cvsroot/jboss/jmx/src/main/org/jboss/mx/server/MBeanServerImpl.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- MBeanServerImpl.java      26 Feb 2002 02:03:00 -0000      1.18
  +++ MBeanServerImpl.java      28 Feb 2002 20:03:31 -0000      1.19
  @@ -84,7 +84,7 @@
    *
    * @author  <a href="mailto:[EMAIL PROTECTED]";>Juha Lindfors</a>.
    * @author  <a href="mailto:[EMAIL PROTECTED]";>Adrian Brock</a>.
  - * @version $Revision: 1.18 $
  + * @version $Revision: 1.19 $
    */
   public class MBeanServerImpl
      implements MBeanServer, ServerConstants
  @@ -844,7 +844,7 @@
      /**
       * Register an MBean<p>
       *
  -    * Pass {@link JMImplementation} in the magic token to get access to the
  +    * Pass {@link #JMImplementation} in the magic token to get access to the
       * reserved domain<p>
       *
       * The classloader is used as the thread context classloader during
  @@ -884,7 +884,7 @@
      /**
       * Register an MBean<p>
       *
  -    * Pass {@link JMImplementation} in the magic token to get access to the
  +    * Pass {@link #JMImplementation} in the magic token to get access to the
       * reserved domain<p>
       *
       * The classloader is used as the thread context classloader during
  @@ -1074,7 +1074,7 @@
       * Adds the default domain if no domain is specified.<p>
       *
       * Checks the name is not in the reserved domain JMImplementation when
  -    * the magicToken is not {@link JMImplementation}
  +    * the magicToken is not {@link #JMImplementation}
       *
       * @param name the name to validate
       * @param magicToken used to get access to the reserved domain
  
  
  

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

Reply via email to