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;
|
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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue