[hornetq-commits] JBoss hornetq SVN: r9867 - branches/Branch_New_Paging/src/main/org/hornetq/core/paging/cursor/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Nov 10 15:34:02 EST 2010


Author: clebert.suconic at jboss.com
Date: 2010-11-10 15:34:02 -0500 (Wed, 10 Nov 2010)
New Revision: 9867

Modified:
   branches/Branch_New_Paging/src/main/org/hornetq/core/paging/cursor/impl/PageSubscriptionImpl.java
Log:
tweak

Modified: branches/Branch_New_Paging/src/main/org/hornetq/core/paging/cursor/impl/PageSubscriptionImpl.java
===================================================================
--- branches/Branch_New_Paging/src/main/org/hornetq/core/paging/cursor/impl/PageSubscriptionImpl.java	2010-11-10 19:25:04 UTC (rev 9866)
+++ branches/Branch_New_Paging/src/main/org/hornetq/core/paging/cursor/impl/PageSubscriptionImpl.java	2010-11-10 20:34:02 UTC (rev 9867)
@@ -37,7 +37,6 @@
 import org.hornetq.core.paging.cursor.PagePosition;
 import org.hornetq.core.paging.cursor.PageSubscription;
 import org.hornetq.core.paging.cursor.PagedReference;
-import org.hornetq.core.paging.cursor.PagedReferenceImpl;
 import org.hornetq.core.persistence.StorageManager;
 import org.hornetq.core.server.Queue;
 import org.hornetq.core.server.ServerMessage;
@@ -220,7 +219,6 @@
          {
             PagedReference retPos = cachedNext;
             cachedNext = null;
-            System.out.println("Returning cached next " + retPos);
             return retPos;
          }
          



More information about the hornetq-commits mailing list