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

Unified Diff: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/AnalysisContext.java

Issue 184893003: New analyzer snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/AnalysisContext.java
diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/AnalysisContext.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/AnalysisContext.java
index f6ab538e98810d58819886b78a6bce7afd27d705..c5949b04e00d430216e1978c9f96aabc0889d2fc 100644
--- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/AnalysisContext.java
+++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/AnalysisContext.java
@@ -211,7 +211,7 @@ public interface AnalysisContext {
/**
* Get the contents of the given source and pass it to the given content receiver.
* <p>
- * This method should be used rather than the method {@link Source#getContents(ContentReceiver)}
+ * This method should be used rather than the method {@link Source#getContentsToReceiver(ContentReceiver)}
* because contexts can have local overrides of the content of a source that the source is not
* aware of.
*

Powered by Google App Engine
This is Rietveld 408576698