You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ru...@apache.org on 2007/07/25 15:41:23 UTC

svn commit: r559456 - /incubator/qpid/branches/M2/java/systests/src/main/java/org/apache/qpid/test/framework/Circuit.java

Author: rupertlssmith
Date: Wed Jul 25 06:41:21 2007
New Revision: 559456

URL: http://svn.apache.org/viewvc?view=rev&rev=559456
Log:
Removed redundant method.

Modified:
    incubator/qpid/branches/M2/java/systests/src/main/java/org/apache/qpid/test/framework/Circuit.java

Modified: incubator/qpid/branches/M2/java/systests/src/main/java/org/apache/qpid/test/framework/Circuit.java
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/systests/src/main/java/org/apache/qpid/test/framework/Circuit.java?view=diff&rev=559456&r1=559455&r2=559456
==============================================================================
--- incubator/qpid/branches/M2/java/systests/src/main/java/org/apache/qpid/test/framework/Circuit.java (original)
+++ incubator/qpid/branches/M2/java/systests/src/main/java/org/apache/qpid/test/framework/Circuit.java Wed Jul 25 06:41:21 2007
@@ -97,11 +97,6 @@
      */
     public List<Assertion> applyAssertions(List<Assertion> assertions);
 
-    /*
-     * Sends a message on the test circuit. The exact nature of the message sent is controlled by the test parameters.
-     */
-    // public void send();
-
     /**
      * Runs the default test procedure against the circuit, and checks that all of the specified assertions hold.
      *