performed javacscript:fix and worked on documentation
[taxeditor.git] / taxeditor-store / src / main / java / eu / etaxonomy / taxeditor / newWizards / NewNameWizardPage.java
index 1caaee9cbfcf4ddd2d39c41c114bcfa533d71f73..9b0d589301b147219aa7246b9f724b583c3df8fa 100644 (file)
@@ -16,6 +16,8 @@ import org.eclipse.swt.SWT;
 import org.eclipse.swt.widgets.Composite;
 
 /**
+ * <p>NewNameWizardPage class.</p>
+ *
  * @author n.hoffmann
  * @created Apr 16, 2010
  * @version 1.0
@@ -25,7 +27,9 @@ public class NewNameWizardPage extends WizardPage {
                        .getLogger(NewNameWizardPage.class);
 
        /**
-        * @param pageName
+        * <p>Constructor for NewNameWizardPage.</p>
+        *
+        * @param pageName a {@link java.lang.String} object.
         */
        public NewNameWizardPage(String pageName) {
                super(pageName);
@@ -35,6 +39,7 @@ public class NewNameWizardPage extends WizardPage {
        /* (non-Javadoc)
         * @see org.eclipse.jface.dialogs.IDialogPage#createControl(org.eclipse.swt.widgets.Composite)
         */
+       /** {@inheritDoc} */
        public void createControl(Composite parent) {
                Composite container = new Composite(parent, SWT.NULL);