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 baf42cd  No funtional change. Align 10.0.x, 9.0.x and 8.5.x
baf42cd is described below

commit baf42cd2eeb90d75b1010db5b6ea9ed945519a4f
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Mar 29 10:21:17 2021 +0100

    No funtional change. Align 10.0.x, 9.0.x and 8.5.x
---
 java/org/apache/catalina/core/StandardService.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/java/org/apache/catalina/core/StandardService.java 
b/java/org/apache/catalina/core/StandardService.java
index 5597cb0..17ae30b 100644
--- a/java/org/apache/catalina/core/StandardService.java
+++ b/java/org/apache/catalina/core/StandardService.java
@@ -217,7 +217,6 @@ public class StandardService extends LifecycleMBeanBase 
implements Service {
 
     // --------------------------------------------------------- Public Methods
 
-
     /**
      * Add a new Connector to the set of defined Connectors, and associate it
      * with this Service's Container.
@@ -524,7 +523,6 @@ public class StandardService extends LifecycleMBeanBase 
implements Service {
                 executor.stop();
             }
         }
-
     }
 
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to