[jboss-cvs] JBossAS SVN: r64098 - trunk/transaction/src/main/org/jboss/tm.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Jul 17 13:33:47 EDT 2007
Author: david.lloyd at jboss.com
Date: 2007-07-17 13:33:47 -0400 (Tue, 17 Jul 2007)
New Revision: 64098
Modified:
trunk/transaction/src/main/org/jboss/tm/TransactionImpl.java
Log:
minor javadoc fix
Modified: trunk/transaction/src/main/org/jboss/tm/TransactionImpl.java
===================================================================
--- trunk/transaction/src/main/org/jboss/tm/TransactionImpl.java 2007-07-17 17:06:08 UTC (rev 64097)
+++ trunk/transaction/src/main/org/jboss/tm/TransactionImpl.java 2007-07-17 17:33:47 UTC (rev 64098)
@@ -635,7 +635,7 @@
* @param localId the local id of a locally-started transaction that is in
* the committing state and does not involve other transaction
* managers
- * @param preparedXidBranches a list of <code>org.jboss.tm.XAWork</code>
+ * @param preparedXAWorkList a list of <code>org.jboss.tm.XAWork</code>
* instances containing one element for each
* <code>XAResource</code> that is enlisted with the transaction
* and is still in the prepared state
More information about the jboss-cvs-commits
mailing list