mirror of https://github.com/apache/activemq.git
Fix compile failure after back ports/cherry-picks
This commit is contained in:
parent
7eb9b218b2
commit
82e12f0e5f
|
@ -111,7 +111,7 @@ public class StompTestSupport {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void startBroker() throws Exception {
|
public void startBroker() throws Exception {
|
||||||
createBroker();
|
createBroker(true);
|
||||||
|
|
||||||
XStreamBrokerContext context = new XStreamBrokerContext();
|
XStreamBrokerContext context = new XStreamBrokerContext();
|
||||||
brokerService.setBrokerContext(context);
|
brokerService.setBrokerContext(context);
|
||||||
|
|
Loading…
Reference in New Issue