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

Ron Sigal ron_sigal at yahoo.com
Wed Mar 7 01:08:57 EST 2007


  User: rsigal  
  Date: 07/03/07 01:08:57

  Modified:    src/main/org/jboss/remoting/callback  Tag: remoting_2_x
                        ServerInvokerCallbackHandler.java
  Log:
  JBREM-719:  Changed spelling of REMOTING_ACKNOWLEDGES_PUSH_CALLBACKS.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.15.2.10 +1 -1      JBossRemoting/src/main/org/jboss/remoting/callback/ServerInvokerCallbackHandler.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ServerInvokerCallbackHandler.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/callback/ServerInvokerCallbackHandler.java,v
  retrieving revision 1.15.2.9
  retrieving revision 1.15.2.10
  diff -u -b -r1.15.2.9 -r1.15.2.10
  --- ServerInvokerCallbackHandler.java	25 Jan 2007 02:51:43 -0000	1.15.2.9
  +++ ServerInvokerCallbackHandler.java	7 Mar 2007 06:08:56 -0000	1.15.2.10
  @@ -107,7 +107,7 @@
       * or the application.  If it is present in the callback's return payload and
       * set to true, Remoting will handle the acknowledgement for push callbacks.
       */
  -   public static final String REMOTING_ACKNOWLEDGES_PUSH_CALLBACKS = "remotingAcknowledgesPushCallbackss";
  +   public static final String REMOTING_ACKNOWLEDGES_PUSH_CALLBACKS = "remotingAcknowledgesPushCallbacks";
   
      /**
       * This key used to identify a Callback to be acknowledged.
  
  
  



More information about the jboss-cvs-commits mailing list