Author: clebert.suconic(a)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;
}
Show replies by date