performed javacscript:fix and worked on documentation
[taxeditor.git] / taxeditor-store / src / main / java / eu / etaxonomy / taxeditor / io / wizard / BerlinModelExportWizard.java
index 9abbb1fe267de08538ce33739e8c8e64e39ed3ae..86eadf8c21bb84d3ec9821a026aeab3a6132481e 100644 (file)
@@ -20,6 +20,8 @@ import eu.etaxonomy.taxeditor.datasource.wizard.CdmDataSourceSQLServerWizardPage
 import eu.etaxonomy.taxeditor.store.CdmStore;
 
 /**
+ * <p>BerlinModelExportWizard class.</p>
+ *
  * @author n.hoffmann
  * @created 23.06.2009
  * @version 1.0
@@ -34,6 +36,7 @@ public class BerlinModelExportWizard extends AbstractExportWizard<BerlinModelExp
        /* (non-Javadoc)
         * @see org.eclipse.ui.IWorkbenchWizard#init(org.eclipse.ui.IWorkbench, org.eclipse.jface.viewers.IStructuredSelection)
         */
+       /** {@inheritDoc} */
        public void init(IWorkbench workbench, IStructuredSelection selection) {
                this.setWindowTitle("Berlin Model Export");
                configurator = BerlinModelExportConfigurator.NewInstance(null, null);
@@ -42,6 +45,7 @@ public class BerlinModelExportWizard extends AbstractExportWizard<BerlinModelExp
        /* (non-Javadoc)
         * @see org.eclipse.jface.wizard.Wizard#addPages()
         */
+       /** {@inheritDoc} */
        @Override
        public void addPages() {
                super.addPages();
@@ -56,6 +60,7 @@ public class BerlinModelExportWizard extends AbstractExportWizard<BerlinModelExp
        /* (non-Javadoc)
         * @see org.eclipse.jface.wizard.Wizard#performFinish()
         */
+       /** {@inheritDoc} */
        @Override
        public boolean performFinish() {
                
@@ -78,6 +83,7 @@ public class BerlinModelExportWizard extends AbstractExportWizard<BerlinModelExp
        /* (non-Javadoc)
         * @see eu.etaxonomy.taxeditor.io.AbstractExportWizard#getConfigurator()
         */
+       /** {@inheritDoc} */
        @Override
        public BerlinModelExportConfigurator getConfigurator() {
                return configurator;