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