X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/ui/wizards/RenameLocalVariableWizard.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/ui/wizards/RenameLocalVariableWizard.java index 6174f21..e3ee6da 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/ui/wizards/RenameLocalVariableWizard.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/ui/wizards/RenameLocalVariableWizard.java @@ -10,7 +10,7 @@ import org.eclipse.ltk.ui.refactoring.RefactoringWizard; /**

The wizard that is shown to the user for entering the necessary - * information for property renaming.

+ * information for property renaming of local PHP variables.

* *

The wizard class is primarily needed for deciding which pages are * shown to the user. The actual user interface creation goes on the @@ -29,9 +29,6 @@ public class RenameLocalVariableWizard extends RefactoringWizard { } - // interface methods of RefactoringWizard - ///////////////////////////////////////// - protected void addUserInputPages() { setDefaultPageTitle( getRefactoring().getName() ); addPage( new RenameLocalVariablePage( info ) );