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

@@ -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.