improved PHP parser
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / html / HTMLFormattingStrategy.java
index 0a52a0e..eba86b6 100644 (file)
@@ -97,7 +97,7 @@ public class HTMLFormattingStrategy implements IFormattingStrategy, IHTMLConstan
         * @param line the text line
         * @param tabWidth the width of the '\t' character.
         * 
-        * @see org.eclipse.jdt.internal.corext.util.Strings.computeIndent(String,int)
+        * @see net.sourceforge.phpdt.internal.corext.util.Strings.computeIndent(String,int)
         */
        public static int computeIndent(String line, int tabWidth) {
                int result = 0;