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 1586c71cc5 tab -> spaces 1586c71cc5 is described below commit 1586c71cc5a72646c3e299fce3ad5ed8f6228af3 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Apr 12 23:35:29 2023 +0100 tab -> spaces --- 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 70b9cedcf4..890f4f9d8a 100644 --- a/java/org/apache/tomcat/websocket/WsSession.java +++ b/java/org/apache/tomcat/websocket/WsSession.java @@ -546,7 +546,7 @@ public class WsSession implements Session { public boolean isClosed() { - return state == State.CLOSED; + return state == State.CLOSED; } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org