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

rmaucher 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 883d290da7 Should be private
883d290da7 is described below

commit 883d290da7a7c5b9b6b18b3fcc8fbfa303fd0bc0
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 619f97ba86..445c9bdf3f 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 ad7e2b39e9..968cc160cb 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