This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 5ca5269  Fix typo
5ca5269 is described below

commit 5ca5269bf2bc9abc21062c2ce556fa8eb97ce47e
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 595eec2..b728d51 100644
--- a/java/org/apache/tomcat/websocket/WsSession.java
+++ b/java/org/apache/tomcat/websocket/WsSession.java
@@ -191,7 +191,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

Reply via email to