remove out of date comment

This commit is contained in:
Mark Harrah 2010-10-30 13:25:04 -04:00
parent f6bd013cd3
commit 5f047f4439
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ class AggressiveCompile(cacheDirectory: File)
{
import Path._
val loader = ClasspathUtilities.toLoader(classpath, compiler.scalaInstance.loader)
// TODO: Analyze needs to generate API from Java class files
def readAPI(source: File, classes: Seq[Class[_]]) { callback.api(source, ClassToAPI(classes)) }
Analyze(outputDirectory, javaSrcs, javaSrcBases, log)(callback, loader, readAPI) {
javac(javaSrcs, classpath, outputDirectory, options.javacOptions)