This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new 02611f118d Remove unnecessary code
02611f118d is described below

commit 02611f118d3baf0c63f8d8a233247da4e95681ae
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 7f926108c8..09c34fb4a4 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
     public void execute(Runnable command) {
         if (executor != null) {


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

Reply via email to