cleanup
authorAndreas Müller <a.mueller@bgbm.org>
Tue, 5 Jan 2021 20:49:37 +0000 (21:49 +0100)
committerAndreas Müller <a.mueller@bgbm.org>
Tue, 5 Jan 2021 20:49:37 +0000 (21:49 +0100)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/e4/in/excel/distribution/ExcelDistributionUpdateWizardE4.java
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/e4/in/tcs/TcsImportWizardE4.java
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/ImportFromFileDataSourceWizardPage.java
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/SpecimenCdmExcelImportWizard.java
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/TcsExportWizard.java
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/element/CheckboxElement.java
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/AbstractCdmDetailElement.java
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/media/MediaRepresentationPartElement.java

index 6b959ec07aa8c61fb5e9aedf11c46ac6fe5c805a..cddae717bad5c100f9ab86197811e0217282a4f0 100644 (file)
@@ -37,7 +37,6 @@ import eu.etaxonomy.taxeditor.store.CdmStore;
 /**
  * @author k.luther
  * @date 03.05.2017
- *
  */
 public class ExcelDistributionUpdateWizardE4 extends AbstractImportWizardE4<ExcelDistributionUpdateConfigurator> {
 
index 1ccaa208ec3ab1ef09e102688645395fe3f50d5f..f7944a9059ec7dc3a9a00c21e1aa70833c3976f3 100644 (file)
@@ -6,7 +6,6 @@
 * The contents of this file are subject to the Mozilla Public License Version 1.1
 * See LICENSE.TXT at the top of this package for the full license terms.
 */
-
 package eu.etaxonomy.taxeditor.io.e4.in.tcs;
 
 import java.io.File;
index 8f26e25dc012a75dab978f436621a445fa1fcde8..3f0b8d5beb481d66fd3f2672b6820dcd76f0c935 100644 (file)
@@ -26,10 +26,8 @@ import org.eclipse.swt.widgets.Text;
 import eu.etaxonomy.cdm.common.CdmUtils;
 
 /**
- *
  * @author n.hoffmann
  * @created 04.08.2009
- * @version 1.0
  */
 public class ImportFromFileDataSourceWizardPage extends AbcdSourceSelectionPage {
 
index fbf6e17693a2b44d6c5993bcb53a3a3ad8ed4634..cac43b58ffde164b42ae84045452f5094516efc1 100644 (file)
@@ -1,5 +1,10 @@
 /**
- *
+ * Copyright (C) 2007 EDIT
+ * European Distributed Institute of Taxonomy 
+ * http://www.e-taxonomy.eu
+ * 
+ * The contents of this file are subject to the Mozilla Public License Version 1.1
+ * See LICENSE.TXT at the top of this package for the full license terms.
  */
 package eu.etaxonomy.taxeditor.io.wizard;
 
@@ -13,7 +18,6 @@ import eu.etaxonomy.taxeditor.store.CdmStore;
 
 /**
  * @author n.hoffmann
- *
  */
 public class SpecimenCdmExcelImportWizard extends AbstractImportWizard<SpecimenCdmExcelImportConfigurator> {
 
@@ -21,27 +25,17 @@ public class SpecimenCdmExcelImportWizard extends AbstractImportWizard<SpecimenC
 
        private ImportFromFileDataSourceWizardPage dataSourcePage;
 
-       /* (non-Javadoc)
-        * @see eu.etaxonomy.taxeditor.io.wizard.AbstractImportWizard#getConfigurator()
-        */
        @Override
        public SpecimenCdmExcelImportConfigurator getConfigurator() {
                return configurator;
        }
 
-       /* (non-Javadoc)
-        * @see org.eclipse.ui.IWorkbenchWizard#init(org.eclipse.ui.IWorkbench, org.eclipse.jface.viewers.IStructuredSelection)
-        */
-       /** {@inheritDoc} */
        @Override
     public void init(IWorkbench workbench, IStructuredSelection selection) {
                super.init(workbench, selection);
                configurator =  CdmStore.getImportManager().SpecimenCdmExcelImportConfigurator();
        }
 
-       /* (non-Javadoc)
-        * @see org.eclipse.jface.wizard.Wizard#performFinish()
-        */
        @Override
        public boolean performFinish() {
                URI source = dataSourcePage.getUri();
@@ -53,10 +47,6 @@ public class SpecimenCdmExcelImportWizard extends AbstractImportWizard<SpecimenC
                return true;
        }
 
-       /* (non-Javadoc)
-        * @see eu.etaxonomy.taxeditor.io.wizard.AbstractImportWizard#addPages()
-        */
-       /** {@inheritDoc} */
        @Override
        public void addPages() {
                super.addPages();
@@ -65,5 +55,4 @@ public class SpecimenCdmExcelImportWizard extends AbstractImportWizard<SpecimenC
                                "Please choose an xls file in the SpecimenCdmExcel format.", new String[]{"*.xlsx", "*.xls", "*.*"});
                addPage(dataSourcePage);
        }
-
-}
+}
\ No newline at end of file
index ee9aba915c7cc0395009c998e6481928ec538f02..d2bb6898463da4afe31af259f40153bab915d6a4 100644 (file)
@@ -6,7 +6,6 @@
  * The contents of this file are subject to the Mozilla Public License Version 1.1
  * See LICENSE.TXT at the top of this package for the full license terms.
  */
-
 package eu.etaxonomy.taxeditor.io.wizard;
 
 import java.io.File;
@@ -24,7 +23,6 @@ import eu.etaxonomy.taxeditor.store.CdmStore;
  * 
  * @author n.hoffmann
  * @created 15.06.2009
- * @version 1.0
  */
 public class TcsExportWizard extends
                AbstractExportWizard<TcsXmlExportConfigurator> {
index 0afb796a9b6e9ff88e3fd0cb39eed14805396803..1deba1729e9ee5cd5c8cd955d9f21269d784a6f5 100644 (file)
@@ -6,7 +6,6 @@
 * The contents of this file are subject to the Mozilla Public License Version 1.1
 * See LICENSE.TXT at the top of this package for the full license terms.
 */
-
 package eu.etaxonomy.taxeditor.ui.element;
 
 import org.eclipse.swt.SWT;
index 64369a85de49cae05c745293b62c509d25823bf1..914e26c30416e1c2a1394d5dc13c723a9ac34373 100644 (file)
@@ -46,7 +46,9 @@ import eu.etaxonomy.taxeditor.ui.element.LayoutConstants;
  * @author n.hoffmann
  * @created Feb 26, 2010
  */
-public abstract class AbstractCdmDetailElement<T> extends AbstractCdmFormElement implements ICdmDetailElement<T>, Observer{
+public abstract class AbstractCdmDetailElement<T> 
+               extends AbstractCdmFormElement 
+               implements ICdmDetailElement<T>, Observer{
 
        private T entity;
 
index 4e17de2a18596d6ceb8cb713c83f728fcc48754b..c4344cf545542beb80d30ec804b3432e20841b04 100644 (file)
@@ -6,7 +6,6 @@
 * The contents of this file are subject to the Mozilla Public License Version 1.1
 * See LICENSE.TXT at the top of this package for the full license terms.
 */
-
 package eu.etaxonomy.taxeditor.ui.section.media;
 
 import java.net.URI;
@@ -27,7 +26,6 @@ import eu.etaxonomy.taxeditor.ui.section.AbstractEntityCollectionElement;
  *
  * @author n.hoffmann
  * @created Mar 24, 2010
- * @version 1.0
  */
 public class MediaRepresentationPartElement<T extends MediaRepresentationPart> extends
                AbstractEntityCollectionElement<T> {