Some simple improvements
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / ltk / core / RenamePropertyRefactoring.java
index 2cff300..e05e3a6 100644 (file)
@@ -1,5 +1,6 @@
 // Copyright (c) 2005 by Leif Frenzel. All rights reserved.
 // See http://leiffrenzel.de
+// modified for phpeclipse.de project by axelcl
 package net.sourceforge.phpdt.ltk.core;
 
 import org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring;
@@ -7,7 +8,7 @@ import org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor;
 
 /** <p>Refactoring for renaming properties in Java Properties files.</p>
   *
-  * <p>All the actual work is done in the processor, so we just have to 
+  * <p>All the actual work is done in the processor, so we just have to
   * keep a reference to one here.<p>
   *
   * @author Leif Frenzel
@@ -21,10 +22,10 @@ public class RenamePropertyRefactoring extends ProcessorBasedRefactoring {
     this.processor = processor;
   }
 
-  
+
   // interface methods of ProcessorBasedRefactoring
   /////////////////////////////////////////////////
-  
+
   public RefactoringProcessor getProcessor() {
     return processor;
   }