ARTEMIS-2055 fixing checkstyle
This commit is contained in:
parent
53af0b3bf0
commit
a8dad35031
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue