A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / ltk / core / RenameIdentifierRefactoring.java
index 54c2bad..e7c4c24 100644 (file)
@@ -10,12 +10,12 @@ import org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor;
  * <p>
  * Refactoring for renaming identifiers in PHP files.
  * </p>
- *
+ * 
  * <p>
  * All the actual work is done in the processor, so we just have to keep a
  * reference to one here.
  * <p>
- *
+ * 
  */
 public class RenameIdentifierRefactoring extends ProcessorBasedRefactoring {