improved PHP parser
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / core / jdom / DOMType.java
index 0ec3b3f..710eb59 100644 (file)
@@ -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 <code>null</code> if this type does not implement or extend
  *             any interfaces.