Silence boring Eclipse warnings: unused imports

This commit is contained in:
Paolo G. Giarrusso
2013-01-22 09:05:15 -05:00
committed by Mark Harrah
parent cf08f2dd18
commit dd007f9442
2 changed files with 0 additions and 4 deletions
@@ -1,7 +1,5 @@
package xsbti.compile;
import java.io.File;
/**
* Determines if an entry on a classpath contains a class.
*/
@@ -1,6 +1,4 @@
package xsbti.compile;
import java.io.File;
/** Abstract interface denoting the output of the compilation. Inheritors are SingleOutput with a global output directory and
* MultipleOutput that specifies the output directory per source file.
*/