fix comment explaining test

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@732171 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
David Jencks 2009-01-06 23:29:53 +00:00
parent 2755be3d06
commit 4286731e0f
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ public class DurableConsumerCloseAndReconnectTest extends TestSupport {
closeConsumer();
LOG.info("Now lets create the consumer again and because we didn't ack, we should get it again");
LOG.info("Now lets create the consumer again and because we did ack, we should not get it again");
makeConsumer();
message = consumer.receive(2000);