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

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/tagging/ITextUpdating.java

Issue 9834028: Initial implementation of "Rename Local Variable" refactoring. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: LInked/inline mode for rename Created 8 years, 9 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.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/tagging/ITextUpdating.java
diff --git a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/tagging/ITextUpdating.java b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/tagging/ITextUpdating.java
index d538768a23dee7ae20eab1aeace3a6a66046e35f..904aa6421ae69a577179398f94f0535c7b636f32 100644
--- a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/tagging/ITextUpdating.java
+++ b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/tagging/ITextUpdating.java
@@ -31,7 +31,7 @@ public interface ITextUpdating {
/**
* If <code>canEnableTextUpdating</code> returns <code>true</code>, then this method is used to
- * ask the refactoring object whether references in regular (non JavaDoc) comments and string
+ * ask the refactoring object whether references in regular (non DartDoc) comments and string
* literals should be updated. This call can be ignored if <code>canEnableTextUpdating</code>
* returns <code>false</code>.
*/
@@ -39,7 +39,7 @@ public interface ITextUpdating {
/**
* If <code>canEnableTextUpdating</code> returns <code>true</code>, then this method is used to
- * inform the refactoring object whether references in regular (non JavaDoc) comments and string
+ * inform the refactoring object whether references in regular (non DartDoc) comments and string
* literals should be updated. This call can be ignored if <code>canEnableTextUpdating</code>
* returns <code>false</code>.
*/

Powered by Google App Engine
This is Rietveld 408576698