From 12ad7a841d660393e7902f96af9bf599c46d53c9 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Sun, 2 Jan 2022 08:16:03 -0800 Subject: [PATCH] Remove unused import --- core/src/main/java/hudson/WebAppMain.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/main/java/hudson/WebAppMain.java b/core/src/main/java/hudson/WebAppMain.java index 459266c09aaa..82aee9f2f9ac 100644 --- a/core/src/main/java/hudson/WebAppMain.java +++ b/core/src/main/java/hudson/WebAppMain.java @@ -29,7 +29,6 @@ import com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider; import com.thoughtworks.xstream.core.JVM; -import edu.umd.cs.findbugs.annotations.SuppressFBWarnings; import hudson.model.Hudson; import hudson.security.ACL; import hudson.security.ACLContext;