Author: jmesnil
Date: 2009-09-21 13:18:28 -0400 (Mon, 21 Sep 2009)
New Revision: 7975
Modified:
trunk/tests/src/org/hornetq/tests/integration/clientcrash/ClientCrashTest.java
Log:
fixed typo in comment
Modified: trunk/tests/src/org/hornetq/tests/integration/clientcrash/ClientCrashTest.java
===================================================================
---
trunk/tests/src/org/hornetq/tests/integration/clientcrash/ClientCrashTest.java 2009-09-21
12:53:21 UTC (rev 7974)
+++
trunk/tests/src/org/hornetq/tests/integration/clientcrash/ClientCrashTest.java 2009-09-21
17:18:28 UTC (rev 7975)
@@ -64,7 +64,7 @@
{
assertActiveConnections(0);
- // spawn a JVM that creates a JMS client, which waits to receive a test
+ // spawn a JVM that creates a Core client, which waits to receive a test
// message
Process p = SpawnedVMSupport.spawnVM(CrashClient.class.getName());
Show replies by date