Author: ritchiem
Date: Fri Mar 14 04:54:08 2008
New Revision: 637073

URL: http://svn.apache.org/viewvc?rev=637073&view=rev
Log:
QPID-852 : Missed this file in the commit as the interface had changed.

Modified:
    
incubator/qpid/branches/M2.1/java/systests/src/main/java/org/apache/qpid/server/queue/SubscriptionTestHelper.java

Modified: 
incubator/qpid/branches/M2.1/java/systests/src/main/java/org/apache/qpid/server/queue/SubscriptionTestHelper.java
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1/java/systests/src/main/java/org/apache/qpid/server/queue/SubscriptionTestHelper.java?rev=637073&r1=637072&r2=637073&view=diff
==============================================================================
--- 
incubator/qpid/branches/M2.1/java/systests/src/main/java/org/apache/qpid/server/queue/SubscriptionTestHelper.java
 (original)
+++ 
incubator/qpid/branches/M2.1/java/systests/src/main/java/org/apache/qpid/server/queue/SubscriptionTestHelper.java
 Fri Mar 14 04:54:08 2008
@@ -89,6 +89,11 @@
         return null;
     }
 
+    public void start()
+    {
+        //no-op
+    }
+
     public void queueDeleted(AMQQueue queue)
     {
     }
@@ -121,11 +126,6 @@
     public void enqueueForPreDelivery(QueueEntry msg, boolean deliverFirst)
     {
         //no-op
-    }
-
-    public boolean isAutoClose()
-    {
-        return false;
     }
 
     public void close()


Reply via email to