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

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


The following commit(s) were added to refs/heads/10.1.x by this push:
     new 23b4a05413 Align with 11.0.x
23b4a05413 is described below

commit 23b4a05413771838d7d10f111b89372c3d01850b
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Jan 27 09:34:48 2023 +0000

    Align with 11.0.x
---
 java/org/apache/catalina/core/ApplicationContextFacade.java | 1 -
 java/org/apache/catalina/core/ContainerBase.java            | 1 -
 2 files changed, 2 deletions(-)

diff --git a/java/org/apache/catalina/core/ApplicationContextFacade.java 
b/java/org/apache/catalina/core/ApplicationContextFacade.java
index 6cf382b4b6..e0a7ea82bc 100644
--- a/java/org/apache/catalina/core/ApplicationContextFacade.java
+++ b/java/org/apache/catalina/core/ApplicationContextFacade.java
@@ -71,7 +71,6 @@ public class ApplicationContextFacade implements 
ServletContext {
 
     // ----------------------------------------------------------- Constructors
 
-
     /**
      * Construct a new instance of this class, associated with the specified 
Context instance.
      *
diff --git a/java/org/apache/catalina/core/ContainerBase.java 
b/java/org/apache/catalina/core/ContainerBase.java
index e164927c74..175cec0dba 100644
--- a/java/org/apache/catalina/core/ContainerBase.java
+++ b/java/org/apache/catalina/core/ContainerBase.java
@@ -148,7 +148,6 @@ public abstract class ContainerBase extends 
LifecycleMBeanBase implements Contai
 
     // ----------------------------------------------------- Instance Variables
 
-
     /**
      * The child Containers belonging to this Container, keyed by name.
      */


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

Reply via email to