improved PHP parser
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / core / Flags.java
index a9ccaae..9182b7f 100644 (file)
@@ -24,7 +24,7 @@ import net.sourceforge.phpdt.internal.compiler.env.IConstants;
  * Note that the numeric values of these flags match the ones for class files
  * as described in the Java Virtual Machine Specification. The AST class
  * <code>Modifier</code> provides the same functionality as this class, only in
- * the <code>org.eclipse.jdt.core.dom</code> package.
+ * the <code>net.sourceforge.phpdt.core.dom</code> package.
  * </p>
  *
  * @see IMember#getFlags