Author: manik.surtani(a)jboss.com
Date: 2007-09-25 09:57:00 -0400 (Tue, 25 Sep 2007)
New Revision: 4504
Modified:
core/trunk/src/main/java/org/jboss/cache/config/Option.java
Log:
Javadoc typo
Modified: core/trunk/src/main/java/org/jboss/cache/config/Option.java
===================================================================
--- core/trunk/src/main/java/org/jboss/cache/config/Option.java 2007-09-25 13:41:09 UTC
(rev 4503)
+++ core/trunk/src/main/java/org/jboss/cache/config/Option.java 2007-09-25 13:57:00 UTC
(rev 4504)
@@ -200,10 +200,10 @@
* even if the cache is configured in an asynchronous mode. Has no
* effect if the call is occuring within a transactional context.
*
- * @param forceAsynchronous <code>true</code> if replication/invalidation
- * should be done synchronously;
<code>false</code>
- * if the default mode configured for the cache
- * should be used.
+ * @param forceSynchronous <code>true</code> if replication/invalidation
+ * should be done synchronously;
<code>false</code>
+ * if the default mode configured for the cache
+ * should be used.
*/
public void setForceSynchronous(boolean forceSynchronous)
{