From 30d0a85f3a19f28eca299e56e7c959a9a810acc8 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Fri, 8 Aug 2014 16:15:37 +0000 Subject: QPID-5980: javadoc fixups continue git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616811 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/tools/src/main/java/org/apache/qpid/testkit/TestLauncher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/java/tools') diff --git a/qpid/java/tools/src/main/java/org/apache/qpid/testkit/TestLauncher.java b/qpid/java/tools/src/main/java/org/apache/qpid/testkit/TestLauncher.java index 72ca48e1c9..0c94030ec6 100644 --- a/qpid/java/tools/src/main/java/org/apache/qpid/testkit/TestLauncher.java +++ b/qpid/java/tools/src/main/java/org/apache/qpid/testkit/TestLauncher.java @@ -56,7 +56,7 @@ import org.apache.qpid.thread.Threading; * or both, each on it's own separate thread. * * If con_count == ssn_count, then each entity created will have - * it's own Connection. Else if con_count < ssn_count, then + * it's own Connection. Else if con_count {@literal <} ssn_count, then * a connection will be shared by ssn_count/con_count # of entities. * * The if both sender and receiver options are set, it will -- cgit v1.2.1