This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new d11cf77 Fix typo
new 1988fad Merge pull request #450 from tussupbekov/typo-fix
d11cf77 is described below
commit d11cf77bb6ec503d3c3ba23eccaae813916ac399
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 5859a02..2f3d7d3 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: [email protected]
For additional commands, e-mail: [email protected]