summaryrefslogtreecommitdiff
path: root/java/client/test/src
diff options
context:
space:
mode:
authorMarnie McCormack <marnie@apache.org>2006-11-07 09:14:45 +0000
committerMarnie McCormack <marnie@apache.org>2006-11-07 09:14:45 +0000
commitd14a9ea19cc719dc4669b8649f279aed5fa5271e (patch)
treefd97e87b1e1a6f6b1f38338e5c01f0ce62b14755 /java/client/test/src
parent813b0bcaa5d0f29697270e90f1935dc65eef88bf (diff)
downloadqpid-python-d14a9ea19cc719dc4669b8649f279aed5fa5271e.tar.gz
Comment tidy up
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@472044 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/test/src')
-rw-r--r--java/client/test/src/org/apache/qpid/client/TestAMQSession.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/client/test/src/org/apache/qpid/client/TestAMQSession.java b/java/client/test/src/org/apache/qpid/client/TestAMQSession.java
index 5ec13c45cc..bae3a4fb08 100644
--- a/java/client/test/src/org/apache/qpid/client/TestAMQSession.java
+++ b/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 {