Index: compiler/java/com/google/dart/compiler/UnitTestBatchRunner.java |
diff --git a/compiler/java/com/google/dart/compiler/UnitTestBatchRunner.java b/compiler/java/com/google/dart/compiler/UnitTestBatchRunner.java |
index e8225f41715ae04924d71b76616cf950cfc36c6b..fb1cf570406a29f3699896c8ac72a04e00e3c321 100644 |
--- a/compiler/java/com/google/dart/compiler/UnitTestBatchRunner.java |
+++ b/compiler/java/com/google/dart/compiler/UnitTestBatchRunner.java |
@@ -9,7 +9,7 @@ import java.io.InputStreamReader; |
/** |
* Provides a framework to read command line options from stdin and feed them to |
- * either the DartCompiler or TestRunner. |
+ * either the{@link DartCompiler} or {@link TestRunner}. |
* |
*/ |
public class UnitTestBatchRunner { |