improved PHP parser
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / ui / wizards / NewTypeWizardPage.java
index 0d8a251..8105380 100644 (file)
@@ -78,8 +78,8 @@ import org.eclipse.swt.widgets.Control;
  * example usage of <code>NewTypeWizardPage</code>.
  * </p>
  * 
- * @see org.eclipse.jdt.ui.wizards.NewClassWizardPage
- * @see org.eclipse.jdt.ui.wizards.NewInterfaceWizardPage
+ * @see net.sourceforge.phpdt.ui.wizards.NewClassWizardPage
+ * @see net.sourceforge.phpdt.ui.wizards.NewInterfaceWizardPage
  * 
  * @since 2.0
  */
@@ -601,7 +601,7 @@ public abstract class NewTypeWizardPage extends NewContainerWizardPage {
   // -------- update message ----------------          
 
   /*
-   * @see org.eclipse.jdt.ui.wizards.NewContainerWizardPage#handleFieldChanged(String)
+   * @see net.sourceforge.phpdt.ui.wizards.NewContainerWizardPage#handleFieldChanged(String)
    */
   protected void handleFieldChanged(String fieldName) {
     super.handleFieldChanged(fieldName);