User: mnf999  
  Date: 01/06/18 13:01:26

  Modified:    src/main/org/jboss/jmx/client ConnectorFactoryImpl.java
                        Deployer.java RMIClientConnectorImpl.java Stop.java
  Log:
  Updating the new names and author tags to reflect the new coding guidelines
  
  Revision  Changes    Path
  1.8       +3 -3      jboss/src/main/org/jboss/jmx/client/ConnectorFactoryImpl.java
  
  Index: ConnectorFactoryImpl.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jboss/src/main/org/jboss/jmx/client/ConnectorFactoryImpl.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ConnectorFactoryImpl.java 2001/05/10 22:01:17     1.7
  +++ ConnectorFactoryImpl.java 2001/06/18 20:01:26     1.8
  @@ -153,7 +153,7 @@
       * Interface defined a Connector Tester to verify JMX Connectors
       * based on the information delivered by a JNDI server
       *
  -    * @author Andreas "Mad" Schaefer ([EMAIL PROTECTED])
  +    * @author Andreas Schaefer ([EMAIL PROTECTED])
       **/
      public static interface IConnectorTester {
         
  @@ -172,7 +172,7 @@
      /**
       * Default implementation of the jBoss JMX Connector tester
       *
  -    * @author Andreas "Mad" Schaefer ([EMAIL PROTECTED])
  +    * @author Andreas Schaefer ([EMAIL PROTECTED])
       **/
      public static class JBossConnectorTester
         implements IConnectorTester
  @@ -199,7 +199,7 @@
      /**
       * Container for a JMX Connector representation
       *
  -    * @author Andreas "Mad" Schaefer ([EMAIL PROTECTED])
  +    * @author Andreas Schaefer ([EMAIL PROTECTED])
       **/
      public static class ConnectorName {
         
  
  
  
  1.7       +2 -2      jboss/src/main/org/jboss/jmx/client/Deployer.java
  
  Index: Deployer.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/main/org/jboss/jmx/client/Deployer.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Deployer.java     2001/05/25 12:07:05     1.6
  +++ Deployer.java     2001/06/18 20:01:26     1.7
  @@ -19,8 +19,8 @@
    *   <description> 
    *      
    *   @see <related>
  - *   @author Rickard �berg ([EMAIL PROTECTED])
  - *   @version $Revision: 1.6 $
  + *   @author <a href="mailto:[EMAIL PROTECTED]";>Rickard �berg</a>
  + *   @version $Revision: 1.7 $
    */
   public class Deployer
   {
  
  
  
  1.7       +1 -1      jboss/src/main/org/jboss/jmx/client/RMIClientConnectorImpl.java
  
  Index: RMIClientConnectorImpl.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jboss/src/main/org/jboss/jmx/client/RMIClientConnectorImpl.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- RMIClientConnectorImpl.java       2001/05/14 18:39:27     1.6
  +++ RMIClientConnectorImpl.java       2001/06/18 20:01:26     1.7
  @@ -54,7 +54,7 @@
   /**
   * Implementation of the JMX Connector over the RMI protocol 
   *      
  -* @author Rickard �berg ([EMAIL PROTECTED])
  +* @author <a href="mailto:[EMAIL PROTECTED]";>Rickard �berg</a>
   * @author <A href="mailto:[EMAIL PROTECTED]";>Andreas &quot;Mad&quot; 
Schaefer</A>
   */
   public class RMIClientConnectorImpl
  
  
  
  1.5       +2 -2      jboss/src/main/org/jboss/jmx/client/Stop.java
  
  Index: Stop.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/main/org/jboss/jmx/client/Stop.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Stop.java 2000/12/07 15:44:53     1.4
  +++ Stop.java 2001/06/18 20:01:26     1.5
  @@ -18,8 +18,8 @@
    *   <description> 
    *      
    *   @see <related>
  - *   @author Rickard �berg ([EMAIL PROTECTED])
  - *   @version $Revision: 1.4 $
  + *   @author <a href="mailto:[EMAIL PROTECTED]";>Rickard �berg</a>
  + *   @version $Revision: 1.5 $
    */
   public class Stop
   {
  
  
  

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

Reply via email to