Silence boring Eclipse warnings: unused imports

This commit is contained in:
Paolo G. Giarrusso 2012-12-16 20:29:24 +01:00 committed by Mark Harrah
parent cf08f2dd18
commit dd007f9442
2 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,5 @@
package xsbti.compile;
import java.io.File;
/**
* Determines if an entry on a classpath contains a class.
*/

View File

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