mirror of https://github.com/sbt/sbt.git
Silence boring Eclipse warnings: unused imports
This commit is contained in:
parent
19aaaea923
commit
1d7e68be1b
|
|
@ -1,7 +1,5 @@
|
||||||
package xsbti.compile;
|
package xsbti.compile;
|
||||||
|
|
||||||
import java.io.File;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Determines if an entry on a classpath contains a class.
|
* Determines if an entry on a classpath contains a class.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
package xsbti.compile;
|
package xsbti.compile;
|
||||||
|
|
||||||
import java.io.File;
|
|
||||||
/** Abstract interface denoting the output of the compilation. Inheritors are SingleOutput with a global output directory and
|
/** 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.
|
* MultipleOutput that specifies the output directory per source file.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue