mirror of https://github.com/apache/activemq.git
Fixing typo
This commit is contained in:
parent
4cadbab76c
commit
3c276290a1
|
@ -176,7 +176,7 @@ public class HttpTunnelServlet extends HttpServlet {
|
||||||
}
|
}
|
||||||
BlockingQueueTransport answer = clients.get(clientID);
|
BlockingQueueTransport answer = clients.get(clientID);
|
||||||
if (answer == null) {
|
if (answer == null) {
|
||||||
LOG.warn("The clientID header specified is invalid. Client sesion has not yet been established for it: " + clientID);
|
LOG.warn("The clientID header specified is invalid. Client session has not yet been established for it: " + clientID);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
return answer;
|
return answer;
|
||||||
|
|
Loading…
Reference in New Issue