This is an automated email from the ASF dual-hosted git repository.
rmaucher pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 3b43df9952 Should be private
3b43df9952 is described below
commit 3b43df9952697be25d185cec9424d3e1202bf88d
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]