Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: compiler/java/com/google/dart/compiler/DartCompilerContext.java

Issue 9479013: Remove backends. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: More clean up Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698