ARTEMIS-2055 fixing checkstyle

This commit is contained in:
Clebert Suconic 2018-08-28 10:35:36 -04:00
parent 53af0b3bf0
commit a8dad35031
1 changed files with 3 additions and 2 deletions

View File

@ -46,6 +46,7 @@ public class LargeMessageOnShutdownTest extends ActiveMQTestBase {
private static ActiveMQServer server; private static ActiveMQServer server;
@Before @Before
@Override
public void setUp() throws Exception { public void setUp() throws Exception {
super.setUp(); super.setUp();
@ -55,6 +56,7 @@ public class LargeMessageOnShutdownTest extends ActiveMQTestBase {
} }
@After @After
@Override
public void tearDown() throws Exception { public void tearDown() throws Exception {
super.tearDown(); super.tearDown();
stopServer(); stopServer();
@ -98,8 +100,7 @@ public class LargeMessageOnShutdownTest extends ActiveMQTestBase {
producer1.send(message); producer1.send(message);
} catch (Exception e) { } catch (Exception e) {
// Expected due to shutdown. // Expected due to shutdown.
} } finally {
finally {
csf1.close(); csf1.close();
} }