X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/jdom/DOMType.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/jdom/DOMType.java index 0ec3b3f..710eb59 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/jdom/DOMType.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/jdom/DOMType.java @@ -150,7 +150,7 @@ DOMType() { * character following the last comment. If no comments are present, * this array contains two -1's. * @param flags - an integer representing the modifiers for this member. The - * integer can be analyzed with org.eclipse.jdt.core.Flags + * integer can be analyzed with net.sourceforge.phpdt.core.Flags * @param modifierRange - a two element array describing the location of * modifiers for this member within its source range. The first integer * is the first character of the first modifier for this member, and @@ -221,7 +221,7 @@ DOMType(char[] document, int[] sourceRange, String name, int[] nameRange, int[] * including any array qualifiers that might immediately follow the name * or -1's if this node does not have a name. * @param flags - an integer representing the modifiers for this member. The - * integer can be analyzed with org.eclipse.jdt.core.Flags + * integer can be analyzed with net.sourceforge.phpdt.core.Flags * @param implementsList - an array of names of the interfaces this type implements * or extends, or null if this type does not implement or extend * any interfaces.