mirror of https://github.com/sbt/sbt.git
Silence boring Eclipse warnings: unused imports
This commit is contained in:
parent
cf08f2dd18
commit
dd007f9442
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue