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 6c6bca2  Correct Javadoc
6c6bca2 is described below

commit 6c6bca27d3a0b317a7f2b7c5b7f59e0793ea5e95
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Jul 22 15:57:47 2021 +0100

    Correct Javadoc
---
 java/org/apache/tomcat/util/threads/ThreadPoolExecutor.java | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/java/org/apache/tomcat/util/threads/ThreadPoolExecutor.java 
b/java/org/apache/tomcat/util/threads/ThreadPoolExecutor.java
index c8078f4..dab190a 100644
--- a/java/org/apache/tomcat/util/threads/ThreadPoolExecutor.java
+++ b/java/org/apache/tomcat/util/threads/ThreadPoolExecutor.java
@@ -2273,9 +2273,6 @@ public class ThreadPoolExecutor extends 
AbstractExecutorService {
     /**
      * A handler for rejected tasks that throws a
      * {@link RejectedExecutionException}.
-     *
-     * This is the default handler for {@link ThreadPoolExecutor} and
-     * {@link ScheduledThreadPoolExecutor}.
      */
     public static class AbortPolicy implements RejectedExecutionHandler {
         /**

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

Reply via email to