| Index: compiler/java/com/google/dart/compiler/DartCompilerContext.java
|
| diff --git a/compiler/java/com/google/dart/compiler/DartCompilerContext.java b/compiler/java/com/google/dart/compiler/DartCompilerContext.java
|
| index ef4e17e52a149400f346f63b2fab8d94c058f507..61e3302150ab022b4ed53db51c7ae21021add135 100644
|
| --- a/compiler/java/com/google/dart/compiler/DartCompilerContext.java
|
| +++ b/compiler/java/com/google/dart/compiler/DartCompilerContext.java
|
| @@ -13,11 +13,10 @@ import java.io.Writer;
|
| import java.net.URI;
|
|
|
| /**
|
| - * An interface used internally by the {@link DartCompiler} and implementers of
|
| - * {@link Backend} for determining where an artifact should be generated and
|
| - * providing feedback during the compilation process. This is an internal
|
| - * compiler construct and as such should not be instantiated or implemented by
|
| - * those outside the compiler itself.
|
| + * An interface used internally by the {@link DartCompiler} for determining where an artifact should
|
| + * be generated and providing feedback during the compilation process. This is an internal compiler
|
| + * construct and as such should not be instantiated or implemented by those outside the compiler
|
| + * itself.
|
| */
|
| public interface DartCompilerContext {
|
|
|
|
|