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

Ron Sigal ron_sigal at yahoo.com
Tue Dec 19 00:58:57 EST 2006


  User: rsigal  
  Date: 06/12/19 00:58:56

  Modified:    src/main/org/jboss/remoting  Tag: remoting_2_x
                        AbstractInvoker.java
  Log:
  JBREM-622:  Added javadoc change for addClientLocator().
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.12.4.5  +2 -2      JBossRemoting/src/main/org/jboss/remoting/AbstractInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AbstractInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/AbstractInvoker.java,v
  retrieving revision 1.12.4.4
  retrieving revision 1.12.4.5
  diff -u -b -r1.12.4.4 -r1.12.4.5
  --- AbstractInvoker.java	7 Dec 2006 03:20:16 -0000	1.12.4.4
  +++ AbstractInvoker.java	19 Dec 2006 05:58:56 -0000	1.12.4.5
  @@ -47,7 +47,7 @@
    *
    * @author <a href="mailto:jhaynie at vocalocity.net">Jeff Haynie</a>
    * @author <a href="mailto:telrod at e2technologies.net">Tom Elrod</a>
  - * @version $Revision: 1.12.4.4 $
  + * @version $Revision: 1.12.4.5 $
    */
   public abstract class AbstractInvoker implements Invoker
   {
  @@ -113,7 +113,7 @@
   
      /**
       * Generates a listener id for the callbackhandler and callback server locator combination
  -    *
  +    * @param sessionId
       * @param locator
       */
      public String addClientLocator(String sessionId, InvokerCallbackHandler callbackhandler, InvokerLocator locator)
  
  
  



More information about the jboss-cvs-commits mailing list