improved PHP parser
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / core / jdom / DOMMember.java
index 19bde2e..fe42621 100644 (file)
@@ -27,7 +27,7 @@ abstract class DOMMember extends DOMNode implements IDOMMember {
 
        /**
         * The modifier flags for this member that can be
-        * analyzed with org.eclipse.jdt.core.Flags
+        * analyzed with net.sourceforge.phpdt.core.Flags
         */
        protected int    fFlags= 0;
 
@@ -88,7 +88,7 @@ DOMMember() {
  *             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