You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by mi...@apache.org on 2017/12/09 16:03:32 UTC

[2/2] activemq-artemis git commit: NO JIRA - Checkstyle fix

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 <mi...@me.com>
Authored: Sat Dec 9 15:40:15 2017 +0000
Committer: Michael Pearce <mi...@me.com>
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);