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

commit cfb68735cbdf941de2cce0b1c460dadf51e12366
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