[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting/transport/sslmultiplex ...

Ron Sigal ron_sigal at yahoo.com
Wed Jul 19 19:23:17 EDT 2006


  User: rsigal  
  Date: 06/07/19 19:23:17

  Modified:    src/main/org/jboss/remoting/transport/sslmultiplex  
                        SSLMultiplexServerInvoker.java
                        SSLMultiplexClientInvoker.java
  Log:
  JBREM-390:  added javadoc.
  
  Revision  Changes    Path
  1.2       +4 -1      JBossRemoting/src/main/org/jboss/remoting/transport/sslmultiplex/SSLMultiplexServerInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SSLMultiplexServerInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/sslmultiplex/SSLMultiplexServerInvoker.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- SSLMultiplexServerInvoker.java	12 Jul 2006 04:49:51 -0000	1.1
  +++ SSLMultiplexServerInvoker.java	19 Jul 2006 23:23:17 -0000	1.2
  @@ -39,8 +39,11 @@
   
   
   /**
  + * <code>SSLMultiplexServerInvoker</code> is the server side of the sslmultiplex transport.
  + * For more information, see Remoting documentation on labs.jboss.org.
  + * 
    * @author <a href="mailto:ron.sigal at jboss.com">Ron Sigal</a>
  - * @version $Revision: 1.1 $
  + * @version $Revision: 1.2 $
    * <p>
    * Copyright (c) Mar 24, 2006
    * </p>
  
  
  
  1.2       +4 -3      JBossRemoting/src/main/org/jboss/remoting/transport/sslmultiplex/SSLMultiplexClientInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SSLMultiplexClientInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/sslmultiplex/SSLMultiplexClientInvoker.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- SSLMultiplexClientInvoker.java	12 Jul 2006 04:49:51 -0000	1.1
  +++ SSLMultiplexClientInvoker.java	19 Jul 2006 23:23:17 -0000	1.2
  @@ -38,10 +38,11 @@
   
   
   /**
  - * A SSLMultiplexClientInvoker.
  -
  + * <code>SSLMultiplexClientInvoker</code> is the client side of the sslmultiplex transport.
  + * For more information, see Remoting documentation on labs.jboss.org.
  + * 
    * @author <a href="mailto:ron.sigal at jboss.com">Ron Sigal</a>
  - * @version $Revision: 1.1 $
  + * @version $Revision: 1.2 $
    * <p>
    * Copyright (c) 2006
    * </p>
  
  
  



More information about the jboss-cvs-commits mailing list