[hornetq-commits] JBoss hornetq SVN: r9437 - trunk/src/main/org/hornetq/core/journal/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Jul 21 01:07:45 EDT 2010


Author: clebert.suconic at jboss.com
Date: 2010-07-21 01:07:44 -0400 (Wed, 21 Jul 2010)
New Revision: 9437

Modified:
   trunk/src/main/org/hornetq/core/journal/impl/TimedBuffer.java
Log:
typo

Modified: trunk/src/main/org/hornetq/core/journal/impl/TimedBuffer.java
===================================================================
--- trunk/src/main/org/hornetq/core/journal/impl/TimedBuffer.java	2010-07-21 02:34:27 UTC (rev 9436)
+++ trunk/src/main/org/hornetq/core/journal/impl/TimedBuffer.java	2010-07-21 05:07:44 UTC (rev 9437)
@@ -70,7 +70,7 @@
 
    private volatile boolean started;
 
-   // We use this flag to prevent flush occuring between calling checkSize and addBytes
+   // We use this flag to prevent flush occurring between calling checkSize and addBytes
    // CheckSize must always be followed by it's corresponding addBytes otherwise the buffer
    // can get in an inconsistent state
    private boolean delayFlush;



More information about the hornetq-commits mailing list