Author: rgodfrey
Date: Thu Feb 14 08:24:11 2008
New Revision: 627794

URL: http://svn.apache.org/viewvc?rev=627794&view=rev
Log:
QPID-790 : Performance Improvements

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

Modified: 
incubator/qpid/branches/M2.1/java/systests/src/main/java/org/apache/qpid/server/store/TestReferenceCounting.java
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1/java/systests/src/main/java/org/apache/qpid/server/store/TestReferenceCounting.java?rev=627794&r1=627793&r2=627794&view=diff
==============================================================================
--- 
incubator/qpid/branches/M2.1/java/systests/src/main/java/org/apache/qpid/server/store/TestReferenceCounting.java
 (original)
+++ 
incubator/qpid/branches/M2.1/java/systests/src/main/java/org/apache/qpid/server/store/TestReferenceCounting.java
 Thu Feb 14 08:24:11 2008
@@ -114,6 +114,11 @@
                 return null;
             }
 
+            public void setExchange(AMQShortString exchange)
+            {
+                //To change body of implemented methods use File | Settings | 
File Templates.
+            }
+
             public boolean isImmediate()
             {
                 return false;


Reply via email to