[hornetq-commits] JBoss hornetq SVN: r9614 - branches/Branch_2_1/src/main/org/hornetq/core/client/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Aug 31 08:14:53 EDT 2010


Author: clebert.suconic at jboss.com
Date: 2010-08-31 08:14:53 -0400 (Tue, 31 Aug 2010)
New Revision: 9614

Modified:
   branches/Branch_2_1/src/main/org/hornetq/core/client/impl/ClientSessionFactoryImpl.java
Log:
typo: accidental commit

Modified: branches/Branch_2_1/src/main/org/hornetq/core/client/impl/ClientSessionFactoryImpl.java
===================================================================
--- branches/Branch_2_1/src/main/org/hornetq/core/client/impl/ClientSessionFactoryImpl.java	2010-08-31 08:38:19 UTC (rev 9613)
+++ branches/Branch_2_1/src/main/org/hornetq/core/client/impl/ClientSessionFactoryImpl.java	2010-08-31 12:14:53 UTC (rev 9614)
@@ -1087,7 +1087,7 @@
                                                final boolean autoCommitSends,
                                                final boolean autoCommitAcks,
                                                final boolean preAcknowledge,
-                                               final int ackBatchSize_xx) throws HornetQException
+                                               final int ackBatchSize) throws HornetQException
    {
       if (closed)
       {



More information about the hornetq-commits mailing list