mirror of https://github.com/apache/activemq.git
Missed this file with my last commit
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@649216 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5d99c99ab7
commit
622df54235
|
@ -38,7 +38,7 @@ public class HttpTransportFactory extends TransportFactory {
|
||||||
|
|
||||||
private static final Log LOG = LogFactory.getLog(HttpTransportFactory.class);
|
private static final Log LOG = LogFactory.getLog(HttpTransportFactory.class);
|
||||||
|
|
||||||
public TransportServer doBind(String brokerId, URI location) throws IOException {
|
public TransportServer doBind(URI location) throws IOException {
|
||||||
return new HttpTransportServer(location);
|
return new HttpTransportServer(location);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue