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 07a401401c Prepare for automated formatting
07a401401c is described below

commit 07a401401ceda3e20807fd039de4618c2ddee434
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Aug 29 11:57:07 2025 +0100

    Prepare for automated formatting
---
 java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java 
b/java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java
index b2ab47cfae..0dc954fa8e 100644
--- a/java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java
+++ b/java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java
@@ -105,7 +105,9 @@ public class WsRemoteEndpointImplServer extends 
WsRemoteEndpointImplBase {
 
         /*
          * Special handling is required only when all of the following are 
true:
+         *
          * - A close message is being sent
+         *
          * - This thread currently holds the socketWrapper lock (i.e. the 
thread is current processing a socket event)
          *
          * Special handling is only possible if the socketWrapper lock is a 
ReentrantLock (it will be by default)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to