| Index: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/tagging/INameUpdating.java
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/tagging/INameUpdating.java b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/tagging/INameUpdating.java
|
| index 72e0d14e0f67967f5f1cc5b07f3efe33c6c6ecad..489c36b92654efb0a86877a1ac845b562acc0122 100644
|
| --- a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/tagging/INameUpdating.java
|
| +++ b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/tagging/INameUpdating.java
|
| @@ -39,14 +39,14 @@ public interface INameUpdating {
|
| */
|
| String getCurrentElementName();
|
|
|
| - /**
|
| - * Gets the original elements. Since an <code>INameUpdating</code> only renames one element, this
|
| - * method must return an array containing exactly one element.
|
| - *
|
| - * @return an array containing exactly one element
|
| - * @see org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor#getElements()
|
| - */
|
| - Object[] getElements();
|
| +// /**
|
| +// * Gets the original elements. Since an <code>INameUpdating</code> only renames one element, this
|
| +// * method must return an array containing exactly one element.
|
| +// *
|
| +// * @return an array containing exactly one element
|
| +// * @see org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor#getElements()
|
| +// */
|
| +// Object[] getElements();
|
|
|
| /**
|
| * Gets the element after renaming, or <code>null</code> if not available.
|
|
|