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 4567a4075e Remove unnecessary code
4567a4075e is described below
commit 4567a4075e43652fe3a6e78fbedc26970d918d5b
Author: Mark Thomas <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]