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 8320ba2 Correct Javadoc 8320ba2 is described below commit 8320ba261301c786d8db04aefdf78ec365563f0e 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