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

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

Issue 341533005: Change contract for ChangeSet to reflect AnalysisContext behavior. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/context/AnalysisContextImpl.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/ChangeSet.java
diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/ChangeSet.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/ChangeSet.java
index 19ff20233877a775ef628513c5be761dc9fe487e..7b8dadd847c22de28a34110bce4c65fd2140c6a7 100644
--- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/ChangeSet.java
+++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/ChangeSet.java
@@ -190,7 +190,8 @@ public class ChangeSet {
/**
* Record that the specified source has been changed. If the content of the source was previously
- * overridden, use {@link #changedContent(Source, String)} instead.
+ * overridden, this has no effect (the content remains overridden). To cancel (or change) the
+ * override, use {@link #changedContent(Source, String)} instead.
*
* @param source the source that was changed
*/
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/context/AnalysisContextImpl.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698