mirror of https://github.com/apache/activemq.git
This commit is contained in:
parent
c10e6fa8f0
commit
3bfffca9c9
|
@ -229,7 +229,7 @@ public class AdvisoryTests {
|
||||||
}
|
}
|
||||||
|
|
||||||
@After
|
@After
|
||||||
protected void tearDown() throws Exception {
|
public void tearDown() throws Exception {
|
||||||
connection.close();
|
connection.close();
|
||||||
if (broker != null) {
|
if (broker != null) {
|
||||||
broker.stop();
|
broker.stop();
|
||||||
|
|
Loading…
Reference in New Issue