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:
Hiram R. Chirino 2008-04-17 18:29:46 +00:00
parent 5d99c99ab7
commit 622df54235
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public class HttpTransportFactory extends TransportFactory {
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);
}