Author: clebert.suconic(a)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)
{
Show replies by date