NO JIRA - Checkstyle fix
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/13d7c637 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/13d7c637 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/13d7c637 Branch: refs/heads/master Commit: 13d7c63732c5052c4cb743f8b389a114bc72779d Parents: aca2ae2 Author: Michael André Pearce <[email protected]> Authored: Sat Dec 9 15:40:15 2017 +0000 Committer: Michael Pearce <[email protected]> Committed: Sat Dec 9 15:42:30 2017 +0000 ---------------------------------------------------------------------- .../apache/activemq/artemis/tests/integration/amqp/JMSLVQTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/13d7c637/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSLVQTest.java ---------------------------------------------------------------------- diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSLVQTest.java b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSLVQTest.java index 9d7dd19..0ffa9c5 100644 --- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSLVQTest.java +++ b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSLVQTest.java @@ -135,7 +135,7 @@ public class JMSLVQTest extends JMSClientTestSupport { //Simulate a small pause, else both messages could be consumed if consumer is fast enough Thread.sleep(10); - + Session consumerSession = consumerConnection.createSession(false, Session.AUTO_ACKNOWLEDGE); Queue consumerQueue = consumerSession.createQueue(LVQ_QUEUE_NAME); MessageConsumer consumer = consumerSession.createConsumer(consumerQueue);
