diff options
| author | Marnie McCormack <marnie@apache.org> | 2006-11-07 09:14:45 +0000 |
|---|---|---|
| committer | Marnie McCormack <marnie@apache.org> | 2006-11-07 09:14:45 +0000 |
| commit | e0157610944a07202d19dd3b039e02a7c876b4bc (patch) | |
| tree | 92d9e1380a784ab809589b4fa387795925bbf46d | |
| parent | fca71b8e8834352253c93d00457e7c50dc81192b (diff) | |
| download | qpid-python-e0157610944a07202d19dd3b039e02a7c876b4bc.tar.gz | |
Comment tidy up
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@472044 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/java/client/test/src/org/apache/qpid/client/TestAMQSession.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/client/test/src/org/apache/qpid/client/TestAMQSession.java b/qpid/java/client/test/src/org/apache/qpid/client/TestAMQSession.java index 5ec13c45cc..bae3a4fb08 100644 --- a/qpid/java/client/test/src/org/apache/qpid/client/TestAMQSession.java +++ b/qpid/java/client/test/src/org/apache/qpid/client/TestAMQSession.java @@ -33,7 +33,7 @@ import javax.jms.QueueReceiver; import junit.framework.JUnit4TestAdapter;
/**
- * These tests need a broker to be running on locahost:5672 so not added to
+ * Tests for QueueReceiver and TopicSubscriber creation methods on AMQSession
*/
public class TestAMQSession {
|
