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
|
||||
protected void tearDown() throws Exception {
|
||||
public void tearDown() throws Exception {
|
||||
connection.close();
|
||||
if (broker != null) {
|
||||
broker.stop();
|
||||
|
|
Loading…
Reference in New Issue