This closes #74 - checkstyle fix

This commit is contained in:
jbertram 2015-01-22 11:09:21 -06:00
commit aefbe3f86a
1 changed files with 1 additions and 1 deletions

View File

@ -903,7 +903,7 @@ public class ActiveMQMessageHandlerTest extends ActiveMQRATestBase
{
try
{
System.out.println("pausing for 2 secs");
IntegrationTestLogger.LOGGER.info("pausing for 2 secs");
Thread.sleep(2000);
}
catch (InterruptedException e)