This is an automated email from the ASF dual-hosted git repository.
rjung pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 39ce7a3 Fix validation error: Unused import.
39ce7a3 is described below
commit 39ce7a335c190128546d995f3dc1bd56f6f62fe2
Author: Rainer Jung <[email protected]>
AuthorDate: Fri Dec 4 14:37:20 2020 +0100
Fix validation error: Unused import.
Followup to fd478f52423753b1c7a3118fe147e253fb4bf17c.
No functional change.
---
java/org/apache/catalina/util/LifecycleMBeanBase.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/java/org/apache/catalina/util/LifecycleMBeanBase.java
b/java/org/apache/catalina/util/LifecycleMBeanBase.java
index 6f19e89..2ea4ce3 100644
--- a/java/org/apache/catalina/util/LifecycleMBeanBase.java
+++ b/java/org/apache/catalina/util/LifecycleMBeanBase.java
@@ -18,7 +18,6 @@
package org.apache.catalina.util;
import javax.management.MBeanServer;
-import javax.management.MalformedObjectNameException;
import javax.management.ObjectName;
import org.apache.catalina.Globals;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]