cleanup
authorAndreas Müller <a.mueller@bgbm.org>
Thu, 3 Dec 2020 15:36:22 +0000 (16:36 +0100)
committerAndreas Müller <a.mueller@bgbm.org>
Thu, 3 Dec 2020 15:36:22 +0000 (16:36 +0100)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/featuretree/e4/IFeatureTreeEditor.java
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/newWizard/NewReferenceWizard.java

index d0a16349b8851c6092452dc1f9352fd56d13e612..2648a3f9139eccc976e472ef6007f216fb9abce9 100644 (file)
@@ -25,7 +25,6 @@ import eu.etaxonomy.taxeditor.workbench.part.IE4SavablePart;
 /**
  * @author pplitzner
  * @since Nov 22, 2018
- *
  */
 public interface IFeatureTreeEditor<T extends DefinedTermBase> extends IPostOperationEnabled, IE4SavablePart, ICdmEntitySessionEnabled {
 
index 85e3744f230702047124de66cd70c593fcc3e569..c1105d88d16ab13886948f4ec7bad976bdfcc2ba 100644 (file)
@@ -28,7 +28,6 @@ import eu.etaxonomy.taxeditor.ui.section.reference.ReferenceWizardPage;
  *
  * @author n.hoffmann
  * @created Jun 1, 2010
- * @version 1.0
  */
 public class NewReferenceWizard extends AbstractNewEntityWizard<Reference> {