[jboss-svn-commits] JBL Code SVN: r28273 - labs/jbosstm/branches/JBOSSTS_4_2_3_GA_SP/atsintegration/classes/com/arjuna/ats/internal/jbossatx/jta.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Jul 21 05:42:40 EDT 2009


Author: jhalliday
Date: 2009-07-21 05:42:39 -0400 (Tue, 21 Jul 2009)
New Revision: 28273

Modified:
   labs/jbosstm/branches/JBOSSTS_4_2_3_GA_SP/atsintegration/classes/com/arjuna/ats/internal/jbossatx/jta/AppServerJDBCXARecovery.java
Log:
Fix typo in app server recovery docs. JBTM-432


Modified: labs/jbosstm/branches/JBOSSTS_4_2_3_GA_SP/atsintegration/classes/com/arjuna/ats/internal/jbossatx/jta/AppServerJDBCXARecovery.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_2_3_GA_SP/atsintegration/classes/com/arjuna/ats/internal/jbossatx/jta/AppServerJDBCXARecovery.java	2009-07-21 09:41:49 UTC (rev 28272)
+++ labs/jbosstm/branches/JBOSSTS_4_2_3_GA_SP/atsintegration/classes/com/arjuna/ats/internal/jbossatx/jta/AppServerJDBCXARecovery.java	2009-07-21 09:42:39 UTC (rev 28273)
@@ -48,7 +48,7 @@
 import org.jboss.logging.Logger;
 
 /**
- * This provides recovery for compliant JDBC drivers accessed via datasources deployed in JBossAS 5
+ * This provides recovery for compliant JDBC drivers accessed via datasources deployed in JBossAS 4.2
  * It is not meant to be db driver specific.
  *
  * This code is based on JDBCXARecovery, which expects JNDI to contain an XADataSource implementation.



More information about the jboss-svn-commits mailing list