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

Tom Elrod tom.elrod at jboss.com
Fri Jul 21 15:27:29 EDT 2006


  User: telrod  
  Date: 06/07/21 15:27:29

  Modified:    src/main/org/jboss/remoting/transport/rmi 
                        RMIServerInvoker.java
  Log:
  JBREM-507 - updating/adding javadoc for configuration properties.
  
  Revision  Changes    Path
  1.16      +2 -2      JBossRemoting/src/main/org/jboss/remoting/transport/rmi/RMIServerInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: RMIServerInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/rmi/RMIServerInvoker.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- RMIServerInvoker.java	19 Jul 2006 16:39:17 -0000	1.15
  +++ RMIServerInvoker.java	21 Jul 2006 19:27:29 -0000	1.16
  @@ -50,7 +50,7 @@
    *
    * @author <a href="mailto:jhaynie at vocalocity.net">Jeff Haynie</a>
    * @author <a href="mailto:tom.elrod at jboss.com">Tom Elrod</a>
  - * @version $Revision: 1.15 $
  + * @version $Revision: 1.16 $
    */
   public class RMIServerInvoker extends ServerInvoker implements RMIServerInvokerInf
   {
  @@ -62,7 +62,7 @@
      public static final int BACKLOG_DEFAULT = 200;
   
      /**
  -    * Default port on which rmi registry will be started.
  +    * Default port on which rmi registry will be started.  Value is 3455.
       */
      public static final int DEFAULT_REGISTRY_PORT = 3455;
   
  
  
  



More information about the jboss-cvs-commits mailing list