This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new adf6fad4ab Fix typo adf6fad4ab is described below commit adf6fad4ab29b55a3cc272ae45fd7d2ee504df06 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