[hornetq-commits] JBoss hornetq SVN: r9253 - trunk/src/main/org/hornetq/api/core/client.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri May 21 18:52:12 EDT 2010


Author: clebert.suconic at jboss.com
Date: 2010-05-21 18:52:11 -0400 (Fri, 21 May 2010)
New Revision: 9253

Modified:
   trunk/src/main/org/hornetq/api/core/client/ClientSessionFactory.java
Log:
just changing javadoc as pointed by an user on forums

Modified: trunk/src/main/org/hornetq/api/core/client/ClientSessionFactory.java
===================================================================
--- trunk/src/main/org/hornetq/api/core/client/ClientSessionFactory.java	2010-05-21 15:47:20 UTC (rev 9252)
+++ trunk/src/main/org/hornetq/api/core/client/ClientSessionFactory.java	2010-05-21 22:52:11 UTC (rev 9253)
@@ -467,7 +467,7 @@
    /**
     * Sets the acknowledgements batch size.
     * 
-    * Value must be greater than 0.
+    * Value must be equal or greater than 0.
     * 
     * @param ackBatchSize acknowledgements batch size
     */



More information about the hornetq-commits mailing list