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

Ron Sigal ron_sigal at yahoo.com
Wed Jan 17 23:46:34 EST 2007


  User: rsigal  
  Date: 07/01/17 23:46:34

  Modified:    src/main/org/jboss/remoting/transport/rmi  Tag: remoting_2_x
                        RemotingRMIClientSocketFactory.java
  Log:
  JBREM-298:  Changed a typo in a comment.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.9.4.2   +2 -2      JBossRemoting/src/main/org/jboss/remoting/transport/rmi/RemotingRMIClientSocketFactory.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: RemotingRMIClientSocketFactory.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/rmi/RemotingRMIClientSocketFactory.java,v
  retrieving revision 1.9.4.1
  retrieving revision 1.9.4.2
  diff -u -b -r1.9.4.1 -r1.9.4.2
  --- RemotingRMIClientSocketFactory.java	16 Jan 2007 06:16:21 -0000	1.9.4.1
  +++ RemotingRMIClientSocketFactory.java	18 Jan 2007 04:46:34 -0000	1.9.4.2
  @@ -64,7 +64,7 @@
    * with localhost will allow the retrieval of objects bound to localhost.
    *
    * @author <a href="mailto:r.sigal at computer.org">Ron Sigal</a>
  - * @version $Revision: 1.9.4.1 $
  + * @version $Revision: 1.9.4.2 $
    *          <p/>
    *          Copyright (c) 2005
    *          </p>
  @@ -156,7 +156,7 @@
       */
      public Socket createSocket(String host, int port) throws IOException
      {
  -      // If invokerLocator isn't in configMaps, an SSLRMICLientInvoker has not been created
  +      // If invokerLocator isn't in configMaps, an RMICLientInvoker has not been created
         // yet.  This call was probably made by an RMI thread, and is premature.
         ComparableHolder holder = new ComparableHolder(invokerLocator);
         if (!configMaps.containsKey(holder))
  
  
  



More information about the jboss-cvs-commits mailing list