[jboss-cvs] JBoss Messaging SVN: r7210 - trunk/src/main/org/jboss/messaging/core/asyncio/impl.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 4 19:54:57 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-06-04 19:54:57 -0400 (Thu, 04 Jun 2009)
New Revision: 7210

Modified:
   trunk/src/main/org/jboss/messaging/core/asyncio/impl/TimedBuffer.java
Log:
typo on javadoc

Modified: trunk/src/main/org/jboss/messaging/core/asyncio/impl/TimedBuffer.java
===================================================================
--- trunk/src/main/org/jboss/messaging/core/asyncio/impl/TimedBuffer.java	2009-06-04 23:47:52 UTC (rev 7209)
+++ trunk/src/main/org/jboss/messaging/core/asyncio/impl/TimedBuffer.java	2009-06-04 23:54:57 UTC (rev 7210)
@@ -330,7 +330,7 @@
          if (USE_NATIVE_TIMERS)
          {
             // The time is passed on the constructor.
-            // I'm avoiding the the long on the calling stack, to avoid performance hits here
+            // I'm avoiding the long on the calling stack, to avoid performance hits here
             AsynchronousFileImpl.nanoSleep();
          }
          else




More information about the jboss-cvs-commits mailing list