This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 0e60729 Fix botched back-port.
0e60729 is described below
commit 0e607291d002ce1556fe35a2ca098c58d45e778f
Author: Christopher Schultz <[email protected]>
AuthorDate: Wed Jan 8 10:49:00 2020 -0500
Fix botched back-port.
---
java/org/apache/tomcat/util/modeler/Registry.java | 2 ++
1 file changed, 2 insertions(+)
diff --git a/java/org/apache/tomcat/util/modeler/Registry.java
b/java/org/apache/tomcat/util/modeler/Registry.java
index 1c35373..e4ab5db 100644
--- a/java/org/apache/tomcat/util/modeler/Registry.java
+++ b/java/org/apache/tomcat/util/modeler/Registry.java
@@ -39,6 +39,7 @@ import javax.management.ObjectName;
import org.apache.juli.logging.Log;
import org.apache.juli.logging.LogFactory;
import org.apache.tomcat.util.modeler.modules.ModelerSource;
+import org.apache.tomcat.util.res.StringManager;
/*
Issues:
@@ -70,6 +71,7 @@ public class Registry implements RegistryMBean,
MBeanRegistration {
* The Log instance to which we will write our log messages.
*/
private static final Log log = LogFactory.getLog(Registry.class);
+ private static final StringManager sm =
StringManager.getManager(Registry.class);
// Support for the factory methods
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]