You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/09/14 20:10:29 UTC

[tomcat] branch 8.5.x updated: Fix typo

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....@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org