summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
Diffstat (limited to 'java')
-rw-r--r--java/systests/src/main/java/org/apache/qpid/test/framework/Circuit.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/java/systests/src/main/java/org/apache/qpid/test/framework/Circuit.java b/java/systests/src/main/java/org/apache/qpid/test/framework/Circuit.java
index 17541e4fd6..d665acb62c 100644
--- a/java/systests/src/main/java/org/apache/qpid/test/framework/Circuit.java
+++ b/java/systests/src/main/java/org/apache/qpid/test/framework/Circuit.java
@@ -97,11 +97,6 @@ public interface Circuit
*/
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.
*