Added a new refactoring action: net.sourceforge.phpdt.ltk.ui.actions.RenameLocalVariable
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / ltk / core / CoreTexts.java
index 3c8c23f..bad78a2 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.osgi.util.NLS;
@@ -10,7 +11,6 @@ import org.eclipse.osgi.util.NLS;
  * bundle.
  * </p>
  *
- * @author Leif Frenzel
  */
 public class CoreTexts extends NLS {
 
@@ -32,5 +32,4 @@ public class CoreTexts extends NLS {
        public static String renamePropertyDelegate_collectingChanges;
 
        public static String renamePropertyDelegate_checking;
-       // public static String renamePropertyDelegate_propNotFound;
 }
\ No newline at end of file