Refactoringaction: net.sourceforge.phpdt.ltk.ui.actions.RenameLocalVariable
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / ltk / ui / wizards / RenameLocalVariableWizard.java
index 6174f21..e3ee6da 100644 (file)
@@ -10,7 +10,7 @@ import org.eclipse.ltk.ui.refactoring.RefactoringWizard;
 
 
 /** <p>The wizard that is shown to the user for entering the necessary
-  * information for property renaming.</p>
+  * information for property renaming of local PHP variables.</p>
   *
   * <p>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 ) );