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 c05ed11868 Remove unnecessary code
c05ed11868 is described below

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

Reply via email to