This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new ecc9a84aeb Align with 11.0.x ecc9a84aeb is described below commit ecc9a84aeb63dc266b9721a6665486aa182a4808 Author: Mark Thomas <ma...@apache.org> AuthorDate: Sun Jan 15 17:12:57 2023 +0000 Align with 11.0.x --- java/org/apache/coyote/AsyncStateMachine.java | 1 - 1 file changed, 1 deletion(-) diff --git a/java/org/apache/coyote/AsyncStateMachine.java b/java/org/apache/coyote/AsyncStateMachine.java index 472a48b18e..fb9b2b11aa 100644 --- a/java/org/apache/coyote/AsyncStateMachine.java +++ b/java/org/apache/coyote/AsyncStateMachine.java @@ -481,7 +481,6 @@ class AsyncStateMachine { sm.getString("asyncStateMachine.invalidAsyncState", "asyncRun()", state)); } - } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org