A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / ltk / ui / wizards / RenameLocalVariablePage.java
index 3da0b98..ce7987b 100644 (file)
@@ -27,18 +27,19 @@ import org.eclipse.swt.widgets.Text;
  * the input page for the Rename Property refactoring, where users can control
  * the effects of the refactoring; to be shown in the wizard.
  * </p>
- *
+ * 
  * <p>
  * We let the user enter the new name for the property, and we let her decide
  * whether other property files in the bundle should be affected, and whether
  * the operation is supposed to span the entire workspace or only the current
  * project.
  * </p>
- *
+ * 
  */
 public class RenameLocalVariablePage extends UserInputWizardPage {
 
-       private static final String DS_KEY = RenameLocalVariablePage.class.getName();
+       private static final String DS_KEY = RenameLocalVariablePage.class
+                       .getName();
 
        private static final String DS_RENAME_DQ_STRINGS = "RENAME_DQ_STRINGS"; //$NON-NLS-1$