performed javacscript:fix and worked on documentation
[taxeditor.git] / taxeditor-store / src / main / java / eu / etaxonomy / taxeditor / newWizards / NewAuthorWizardPage.java
index f6a111e1c0e8dbff141bcb45798b592b4249d299..16476cf10b87cc5b4744825645676e6e9dced358 100644 (file)
@@ -8,13 +8,19 @@ import org.eclipse.swt.SWT;
 import org.eclipse.swt.widgets.Composite;
 
 /**
- * 
+ * <p>NewAuthorWizardPage class.</p>
+ *
  * @author n.hoffmann
  * @created Apr 16, 2010
  * @version 1.0
  */
 public class NewAuthorWizardPage extends WizardPage {
 
+       /**
+        * <p>Constructor for NewAuthorWizardPage.</p>
+        *
+        * @param pageName a {@link java.lang.String} object.
+        */
        protected NewAuthorWizardPage(String pageName) {
                super(pageName);
        }
@@ -22,6 +28,7 @@ public class NewAuthorWizardPage 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);