[jboss-svn-commits] JBL Code SVN: r37569 - labs/jbosstm/branches/JBOSSTS_4_15_0_Final/ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/recovery/arjunacore.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Oct 17 03:57:21 EDT 2011


Author: tomjenkinson
Date: 2011-10-17 03:57:21 -0400 (Mon, 17 Oct 2011)
New Revision: 37569

Modified:
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/recovery/arjunacore/RecoveryXids.java
Log:
JBTM-842 added a note to the solution to indicate where it is described

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/recovery/arjunacore/RecoveryXids.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/recovery/arjunacore/RecoveryXids.java	2011-10-17 07:40:33 UTC (rev 37568)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/recovery/arjunacore/RecoveryXids.java	2011-10-17 07:57:21 UTC (rev 37569)
@@ -184,5 +184,6 @@
     private long _lastValidated;
 
     // JBTM-916 removed final so 10000 is not inlined into source code until we make this configurable
+	// https://issues.jboss.org/browse/JBTM-842
     private static int safetyIntervalMillis = 10000; // may eventually want to make this configurable?
 }
\ No newline at end of file



More information about the jboss-svn-commits mailing list