[hornetq-commits] JBoss hornetq SVN: r11168 - branches/HORNETQ-720_Replication/hornetq-core/src/main/java/org/hornetq/core/paging/cursor/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Aug 9 09:40:07 EDT 2011


Author: borges
Date: 2011-08-09 09:40:07 -0400 (Tue, 09 Aug 2011)
New Revision: 11168

Modified:
   branches/HORNETQ-720_Replication/hornetq-core/src/main/java/org/hornetq/core/paging/cursor/impl/PageSubscriptionCounterImpl.java
Log:
Fix spelling.

Modified: branches/HORNETQ-720_Replication/hornetq-core/src/main/java/org/hornetq/core/paging/cursor/impl/PageSubscriptionCounterImpl.java
===================================================================
--- branches/HORNETQ-720_Replication/hornetq-core/src/main/java/org/hornetq/core/paging/cursor/impl/PageSubscriptionCounterImpl.java	2011-08-09 13:39:34 UTC (rev 11167)
+++ branches/HORNETQ-720_Replication/hornetq-core/src/main/java/org/hornetq/core/paging/cursor/impl/PageSubscriptionCounterImpl.java	2011-08-09 13:40:07 UTC (rev 11168)
@@ -225,7 +225,7 @@
       this.persistent = persistent;
    }
 
-   /** This method sould alwas be called from a single threaded executor */
+   /** This method should always be called from a single threaded executor */
    protected void cleanup()
    {
       ArrayList<Long> deleteList;



More information about the hornetq-commits mailing list