This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new da5ce59 Fix typo da5ce59 is described below commit da5ce59b14a9414f0ebc864bc53037a300daf633 Author: dastan <d.tusupbe...@aster-auto.kz> AuthorDate: Tue Sep 14 19:37:03 2021 +0600 Fix typo --- java/org/apache/tomcat/websocket/WsSession.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/tomcat/websocket/WsSession.java b/java/org/apache/tomcat/websocket/WsSession.java index 03812d0..ae39d8c 100644 --- a/java/org/apache/tomcat/websocket/WsSession.java +++ b/java/org/apache/tomcat/websocket/WsSession.java @@ -192,7 +192,7 @@ public class WsSession implements Session { * @param wsRemoteEndpoint The other / remote end point * @param wsWebSocketContainer The container that created this session * @param requestUri The URI used to connect to this end point or - * <code>null</code> is this is a client session + * <code>null</code> if this is a client session * @param requestParameterMap The parameters associated with the request * that initiated this session or * <code>null</code> if this is a client session --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org