fixing checkstyle that I messed up on my last commit

This commit is contained in:
Clebert Suconic 2015-01-22 12:03:08 -05:00
parent 28db9f9849
commit 2c7db814f0
1 changed files with 1 additions and 1 deletions

View File

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