| 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.
|
| *
|
|
|