diff options
author | Rupert Smith <rupertlssmith@apache.org> | 2007-07-25 13:40:16 +0000 |
---|---|---|
committer | Rupert Smith <rupertlssmith@apache.org> | 2007-07-25 13:40:16 +0000 |
commit | 217747fdaa83c4a5d935f47847450bb816488eae (patch) | |
tree | e16e6154909c540126791f355315199c27334ad3 | |
parent | 593d2628c0378594d2e51d1c5149ffeeea660d62 (diff) | |
download | qpid-python-217747fdaa83c4a5d935f47847450bb816488eae.tar.gz |
Added to comments.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@559455 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/systests/src/main/java/org/apache/qpid/test/framework/Circuit.java | 2 |
1 files changed, 1 insertions, 1 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 a041c0b838..17541e4fd6 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 @@ -91,7 +91,7 @@ public interface Circuit * Applied a list of assertions against the test circuit. The {@link #check()} method should be called before doing
* this, to ensure that the circuit has gathered its state into a report to assert against.
*
- * @param assertions The list of assertions to apply.
+ * @param assertions The list of assertions to apply to the circuit.
*
* @return Any assertions that failed.
*/
|