mirror of https://github.com/apache/activemq.git
fixed spelling.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@386274 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ea94429a2f
commit
4e15e1b177
|
@ -63,7 +63,7 @@ abstract public class TransportBrokerTestSupport extends BrokerTest {
|
||||||
URI bindURI = getBindURI();
|
URI bindURI = getBindURI();
|
||||||
|
|
||||||
// Note: on platforms like OS X we cannot bind to the actual hostname, so we
|
// Note: on platforms like OS X we cannot bind to the actual hostname, so we
|
||||||
// instead use the orignal host name (typically localhost) to bind to
|
// instead use the original host name (typically localhost) to bind to
|
||||||
|
|
||||||
URI actualURI = connector.getServer().getConnectURI();
|
URI actualURI = connector.getServer().getConnectURI();
|
||||||
URI connectURI = new URI(actualURI.getScheme(), actualURI.getUserInfo(), bindURI.getHost(), actualURI.getPort(), actualURI.getPath(), actualURI
|
URI connectURI = new URI(actualURI.getScheme(), actualURI.getUserInfo(), bindURI.getHost(), actualURI.getPort(), actualURI.getPath(), actualURI
|
||||||
|
|
Loading…
Reference in New Issue