X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/jdom/DOMField.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/jdom/DOMField.java index a0e5300..a1e3280 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/jdom/DOMField.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/jdom/DOMField.java @@ -83,7 +83,7 @@ DOMField() { * 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 @@ -133,7 +133,7 @@ DOMField(char[] document, int[] sourceRange, String name, int[] nameRange, int[] * entire inclusive source range of this node's name within its document, * including any array qualifiers that might follow the 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 type - the type of the field, in normalized form, as defined in * Type in Field Declaration (JLS 8.3) * @param isVariableDeclarator - true if the field is a seconday variable declarator