X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/jdom/DOMMethod.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/jdom/DOMMethod.java index 3221fdf..bb30eb3 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/jdom/DOMMethod.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/jdom/DOMMethod.java @@ -140,7 +140,7 @@ DOMMethod() { * 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 @@ -212,7 +212,7 @@ DOMMethod(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 isConstructor - true if the method is a contructor, otherwise false * @param returnType - the normalized return type of this method * @param parameterTypes - an array of parameter types in the method declaration