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 2d589d125d Remove unnecessary code 2d589d125d is described below commit 2d589d125de0abf43da8eb8b04bd18a613fd043c Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon May 23 12:12:11 2022 +0100 Remove unnecessary code --- java/org/apache/catalina/core/StandardThreadExecutor.java | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/java/org/apache/catalina/core/StandardThreadExecutor.java b/java/org/apache/catalina/core/StandardThreadExecutor.java index 6e18c61852..9d83c51f35 100644 --- a/java/org/apache/catalina/core/StandardThreadExecutor.java +++ b/java/org/apache/catalina/core/StandardThreadExecutor.java @@ -96,12 +96,6 @@ public class StandardThreadExecutor extends LifecycleMBeanBase // ---------------------------------------------- Public Methods - @Override - protected void initInternal() throws LifecycleException { - super.initInternal(); - } - - /** * Start the component and implement the requirements * of {@link org.apache.catalina.util.LifecycleBase#startInternal()}. @@ -141,12 +135,6 @@ public class StandardThreadExecutor extends LifecycleMBeanBase } - @Override - protected void destroyInternal() throws LifecycleException { - super.destroyInternal(); - } - - @Override @Deprecated public void execute(Runnable command, long timeout, TimeUnit unit) { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org