remove unused imports

This commit is contained in:
Sebastian Sdorra
2014-05-08 21:27:15 +02:00
parent aa2ba0a1b6
commit 72978a05af
10 changed files with 1 additions and 22 deletions

View File

@@ -53,7 +53,6 @@ import java.io.File;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.LinkedList;
import java.util.List;
import javax.servlet.ServletContext;

View File

@@ -31,10 +31,6 @@
package sonia.scm.plugin;
//~--- JDK imports ------------------------------------------------------------
import java.io.Closeable;
/**
* The PluginClassLoader interface is mainly a marker to find the class loader
* in a memory dump. This should make it easier to find class loader leaks.

View File

@@ -39,8 +39,6 @@ import com.google.common.collect.ImmutableSet;
import com.google.inject.Inject;
import com.google.inject.Singleton;
import freemarker.template.Configuration;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;