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

Ron Sigal ron_sigal at yahoo.com
Mon May 21 23:41:53 EDT 2007


  User: rsigal  
  Date: 07/05/21 23:41:53

  Modified:    src/main/org/jboss/remoting  Tag: remoting_2_x
                        ServerInvoker.java
  Log:
  JBREM-641:  Changed BLOCK to BLOCKING.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.52.2.30 +2 -2      JBossRemoting/src/main/org/jboss/remoting/ServerInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ServerInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/ServerInvoker.java,v
  retrieving revision 1.52.2.29
  retrieving revision 1.52.2.30
  diff -u -b -r1.52.2.29 -r1.52.2.30
  --- ServerInvoker.java	5 May 2007 07:39:11 -0000	1.52.2.29
  +++ ServerInvoker.java	22 May 2007 03:41:53 -0000	1.52.2.30
  @@ -67,7 +67,7 @@
    * @author <a href="mailto:tom.elrod at jboss.com">Tom Elrod</a>
    * @author <a href="mailto:ovidiu at jboss.org">Ovidiu Feodorov</a>
    *
  - * @version $Revision: 1.52.2.29 $
  + * @version $Revision: 1.52.2.30 $
    */
   public abstract class ServerInvoker extends AbstractInvoker implements ServerInvokerMBean
   {
  @@ -189,7 +189,7 @@
       * The value associated with BLOCKING_MODE that indicates that pull callbacks
       * should be obtained in blocking mode;
       */
  -   public static final String BLOCK = "block";
  +   public static final String BLOCKING = "blocking";
      
      /**
       * The value associated with BLOCKING_MODE that indicates that pull callbacks
  
  
  



More information about the jboss-cvs-commits mailing list