This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 7bc0ebb Fix typo
7bc0ebb is described below
commit 7bc0ebbd9c0f3b6c2b5db30437badb5d6b0eaae4
Author: dastan <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]