X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/corext/util/JavaModelUtil.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/corext/util/JavaModelUtil.java index 6f19917..a098975 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/corext/util/JavaModelUtil.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/corext/util/JavaModelUtil.java @@ -692,7 +692,7 @@ public class JavaModelUtil { private static final String EMPTY_ARGUMENT = " "; //$NON-NLS-1$ /** - * Copied from org.eclipse.jdt.internal.core.ProjectPrefUtil; + * Copied from net.sourceforge.phpdt.internal.core.ProjectPrefUtil; */ public static String[] getProblemArgumentsFromMarker(String argumentsString){ if (argumentsString == null) return null;