[jboss-cvs] JBoss Messaging SVN: r5050 - trunk/src/main/org/jboss/messaging/util.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Sep 30 12:36:50 EDT 2008
Author: clebert.suconic at jboss.com
Date: 2008-09-30 12:36:49 -0400 (Tue, 30 Sep 2008)
New Revision: 5050
Modified:
trunk/src/main/org/jboss/messaging/util/TimeAndCounterIDGenerator.java
Log:
tweak on doc
Modified: trunk/src/main/org/jboss/messaging/util/TimeAndCounterIDGenerator.java
===================================================================
--- trunk/src/main/org/jboss/messaging/util/TimeAndCounterIDGenerator.java 2008-09-30 16:31:29 UTC (rev 5049)
+++ trunk/src/main/org/jboss/messaging/util/TimeAndCounterIDGenerator.java 2008-09-30 16:36:49 UTC (rev 5050)
@@ -90,7 +90,7 @@
{
// Else.. no worry... we will just accept the new time portion being added
// This time-mark would have been generated some time ago, so this is ok.
- // tmMark is just a cache to validate the MaxIDs, so there is no need to
+ // tmMark is just a cache to validate the MaxIDs, so there is no need to make it atomic (synchronized)
tmMark = timePortion;
}
}
More information about the jboss-cvs-commits
mailing list