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

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


The following commit(s) were added to refs/heads/11.0.x by this push:
     new f4f06292ad Should be private
f4f06292ad is described below

commit f4f06292ad183f86626161b1b367dafdacebba43
Author: remm <[email protected]>
AuthorDate: Thu Jun 11 23:52:09 2026 +0200

    Should be private
---
 java/org/apache/catalina/mbeans/ContextResourceLinkMBean.java | 2 +-
 java/org/apache/catalina/mbeans/ContextResourceMBean.java     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/catalina/mbeans/ContextResourceLinkMBean.java 
b/java/org/apache/catalina/mbeans/ContextResourceLinkMBean.java
index 0ee4ef4aab..9115f15f6a 100644
--- a/java/org/apache/catalina/mbeans/ContextResourceLinkMBean.java
+++ b/java/org/apache/catalina/mbeans/ContextResourceLinkMBean.java
@@ -40,7 +40,7 @@ public class ContextResourceLinkMBean extends 
BaseCatalinaMBean<ContextResourceL
     public ContextResourceLinkMBean() {
     }
 
-    protected static final Log log = 
LogFactory.getLog(ContextResourceLinkMBean.class);
+    private static final Log log = 
LogFactory.getLog(ContextResourceLinkMBean.class);
     private static final StringManager sm = 
StringManager.getManager(ContextResourceLinkMBean.class);
 
     @Override
diff --git a/java/org/apache/catalina/mbeans/ContextResourceMBean.java 
b/java/org/apache/catalina/mbeans/ContextResourceMBean.java
index 6f2e15359a..b70d174dfb 100644
--- a/java/org/apache/catalina/mbeans/ContextResourceMBean.java
+++ b/java/org/apache/catalina/mbeans/ContextResourceMBean.java
@@ -40,7 +40,7 @@ public class ContextResourceMBean extends 
BaseCatalinaMBean<ContextResource> {
     public ContextResourceMBean() {
     }
 
-    protected static final Log log = 
LogFactory.getLog(ContextResourceMBean.class);
+    private static final Log log = 
LogFactory.getLog(ContextResourceMBean.class);
     private static final StringManager sm = 
StringManager.getManager(ContextResourceMBean.class);
 
     @Override


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

Reply via email to