You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rg...@apache.org on 2008/02/14 17:24:15 UTC

svn commit: r627794 - /incubator/qpid/branches/M2.1/java/systests/src/main/java/org/apache/qpid/server/store/TestReferenceCounting.java

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;