Parser detects wrong include files now
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / corext / util / JavaModelUtil.java
index a2e6fcc..6f19917 100644 (file)
@@ -692,7 +692,7 @@ public class JavaModelUtil {
        private static final String EMPTY_ARGUMENT = "   "; //$NON-NLS-1$
        
        /**
-        * Copied from org.eclipse.jdt.internal.core.Util;
+        * Copied from org.eclipse.jdt.internal.core.ProjectPrefUtil;
         */
        public static String[] getProblemArgumentsFromMarker(String argumentsString){
                if (argumentsString == null) return null;