diff options
| author | Rupert Smith <rupertlssmith@apache.org> | 2007-07-25 13:41:21 +0000 |
|---|---|---|
| committer | Rupert Smith <rupertlssmith@apache.org> | 2007-07-25 13:41:21 +0000 |
| commit | db75997fdddebb33087c87f273b4c79064f60614 (patch) | |
| tree | 49e5bc6a8c47cf689add058b155376f1a5fe3da5 /java | |
| parent | 217747fdaa83c4a5d935f47847450bb816488eae (diff) | |
| download | qpid-python-db75997fdddebb33087c87f273b4c79064f60614.tar.gz | |
Removed redundant method.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@559456 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
| -rw-r--r-- | java/systests/src/main/java/org/apache/qpid/test/framework/Circuit.java | 5 |
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.
*
|
