Fix compile failure after back ports/cherry-picks

This commit is contained in:
Daniel Kulp 2015-10-28 11:00:41 -04:00
parent 7eb9b218b2
commit 82e12f0e5f
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -67,7 +67,7 @@ public class FailoverTimeoutTest {
bs.stop(); bs.stop();
} }
} }
protected String getTransportUri() { protected String getTransportUri() {
return "tcp://localhost:0"; return "tcp://localhost:0";
} }