performed javacscript:fix and worked on documentation
[taxeditor.git] / taxeditor-store / src / main / java / eu / etaxonomy / taxeditor / io / wizard / SddExportWizard.java
index f2a6d5e61395a3d1612b8de9e3e9e6808b536cf6..15af00348c6c13103edef1b4e1ec7c48d7f0d7e8 100644 (file)
@@ -19,6 +19,8 @@ import eu.etaxonomy.cdm.io.sdd.out.SDDExportConfigurator;
 import eu.etaxonomy.taxeditor.store.CdmStore;
 
 /**
+ * <p>SddExportWizard class.</p>
+ *
  * @author n.hoffmann
  * @created Jun 16, 2010
  * @version 1.0
@@ -32,6 +34,7 @@ public class SddExportWizard extends AbstractExportWizard<SDDExportConfigurator>
        /* (non-Javadoc)
         * @see eu.etaxonomy.taxeditor.io.wizard.AbstractExportWizard#getConfigurator()
         */
+       /** {@inheritDoc} */
        @Override
        public SDDExportConfigurator getConfigurator() {
                return configurator;
@@ -40,6 +43,7 @@ public class SddExportWizard extends AbstractExportWizard<SDDExportConfigurator>
        /* (non-Javadoc)
         * @see org.eclipse.jface.wizard.Wizard#performFinish()
         */
+       /** {@inheritDoc} */
        @Override
        public boolean performFinish() {
                File file = new File(page.getFolderText() + File.separator + page.getExportFileName());
@@ -55,6 +59,7 @@ public class SddExportWizard extends AbstractExportWizard<SDDExportConfigurator>
         * (non-Javadoc)
         * @see eu.etaxonomy.taxeditor.io.wizard.AbstractExportWizard#addPages()
         */
+       /** {@inheritDoc} */
        @Override
        public void addPages() {
                super.addPages();
@@ -66,6 +71,7 @@ public class SddExportWizard extends AbstractExportWizard<SDDExportConfigurator>
        /* (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("SDD Export");
                this.configurator = CdmStore.getExportHandler().SddConfigurator();