You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2018/08/28 14:35:47 UTC

activemq-artemis git commit: ARTEMIS-2055 fixing checkstyle

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 53af0b3bf -> a8dad3503


ARTEMIS-2055 fixing checkstyle


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/a8dad350
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/a8dad350
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/a8dad350

Branch: refs/heads/master
Commit: a8dad35031964ee0a0a6b80801f2ad3844011b90
Parents: 53af0b3
Author: Clebert Suconic <cl...@apache.org>
Authored: Tue Aug 28 10:35:36 2018 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Aug 28 10:35:36 2018 -0400

----------------------------------------------------------------------
 .../tests/extras/byteman/LargeMessageOnShutdownTest.java        | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/a8dad350/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/byteman/LargeMessageOnShutdownTest.java
----------------------------------------------------------------------
diff --git a/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/byteman/LargeMessageOnShutdownTest.java b/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/byteman/LargeMessageOnShutdownTest.java
index ebbd7de..e9be73b 100644
--- a/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/byteman/LargeMessageOnShutdownTest.java
+++ b/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/byteman/LargeMessageOnShutdownTest.java
@@ -46,6 +46,7 @@ public class LargeMessageOnShutdownTest extends ActiveMQTestBase {
    private static ActiveMQServer server;
 
    @Before
+   @Override
    public void setUp() throws Exception {
       super.setUp();
 
@@ -55,6 +56,7 @@ public class LargeMessageOnShutdownTest extends ActiveMQTestBase {
    }
 
    @After
+   @Override
    public void tearDown() throws Exception {
       super.tearDown();
       stopServer();
@@ -98,8 +100,7 @@ public class LargeMessageOnShutdownTest extends ActiveMQTestBase {
          producer1.send(message);
       } catch (Exception e) {
          // Expected due to shutdown.
-      }
-      finally {
+      } finally {
          csf1.close();
       }