| Index: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/refactoring/IParameterListChangeListener_OLD.java
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/refactoring/IParameterListChangeListener.java b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/refactoring/IParameterListChangeListener_OLD.java
|
| similarity index 93%
|
| rename from editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/refactoring/IParameterListChangeListener.java
|
| rename to editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/refactoring/IParameterListChangeListener_OLD.java
|
| index 32d8a55cc3a3fc9e9e3e86ef237f4d98e9485f2a..98fdf7c6b524dbb34738d38f396727e10f3bb88b 100644
|
| --- a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/refactoring/IParameterListChangeListener.java
|
| +++ b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/refactoring/IParameterListChangeListener_OLD.java
|
| @@ -18,12 +18,12 @@ import com.google.dart.engine.services.refactoring.Parameter;
|
| /**
|
| * @coverage dart.editor.ui.refactoring.ui
|
| */
|
| -public interface IParameterListChangeListener {
|
| +public interface IParameterListChangeListener_OLD {
|
|
|
| /**
|
| - * Empty implementation of {@link IParameterListChangeListener}.
|
| + * Empty implementation of {@link IParameterListChangeListener_OLD}.
|
| */
|
| - class Empty implements IParameterListChangeListener {
|
| + class Empty implements IParameterListChangeListener_OLD {
|
| @Override
|
| public void parameterAdded(Parameter parameter) {
|
| }
|
|
|