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

Unified Diff: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/Source.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/source/Source.java
diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/Source.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/Source.java
index 458e0793f2f4abaa9d5e5105d2092327ef8ac882..c8442e852c32e44fdee4b8fce5b422dddd98ab75 100644
--- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/Source.java
+++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/Source.java
@@ -90,7 +90,7 @@ public interface Source {
* @throws Exception if the contents of this source could not be accessed
*/
@Deprecated
- public void getContents(ContentReceiver receiver) throws Exception;
+ public void getContentsToReceiver(ContentReceiver receiver) throws Exception;
/**
* Return an encoded representation of this source that can be used to create a source that is

Powered by Google App Engine
This is Rietveld 408576698