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 c3248fec6d Fix typo c3248fec6d is described below commit c3248fec6de7069e6c4ecf28fb3aed73ba19c071 Author: Youyu Song <songyouyu6...@gmail.com> AuthorDate: Thu Jun 2 15:50:10 2022 +0800 Fix typo --- java/org/apache/catalina/tribes/transport/nio/NioReceiver.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/catalina/tribes/transport/nio/NioReceiver.java b/java/org/apache/catalina/tribes/transport/nio/NioReceiver.java index e026d71129..9ccda36f8d 100644 --- a/java/org/apache/catalina/tribes/transport/nio/NioReceiver.java +++ b/java/org/apache/catalina/tribes/transport/nio/NioReceiver.java @@ -366,7 +366,7 @@ public class NioReceiver extends ReceiverBase implements Runnable, NioReceiverMB Selector selector = this.selector.get(); if (selector != null) { try { - // Unlock the thread if is is blocked waiting for input + // Unlock the thread if it is blocked waiting for input selector.wakeup(); // Wait for the receiver thread to finish int count = 0; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org