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;
@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();
}