From 403f1ee66f1de1b1153d1275494d21c2ba3d8a5e Mon Sep 17 00:00:00 2001 From: Patrick Plitzner Date: Mon, 21 Mar 2016 08:32:58 +0100 Subject: [PATCH] trim code --- .../TaxonNodeDetailElement.java | 36 ------------------- 1 file changed, 36 deletions(-) diff --git a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/classification/TaxonNodeDetailElement.java b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/classification/TaxonNodeDetailElement.java index 043587499..90706eb8b 100644 --- a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/classification/TaxonNodeDetailElement.java +++ b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/classification/TaxonNodeDetailElement.java @@ -32,9 +32,6 @@ import eu.etaxonomy.taxeditor.ui.selection.EntitySelectionElement; import eu.etaxonomy.taxeditor.ui.selection.TaxonNodeSelectionElement; /** - *

- * TaxonNodeDetailElement class. - *

* * @author n.hoffmann * @created Sep 27, 2010 @@ -67,18 +64,6 @@ public class TaxonNodeDetailElement extends AbstractCdmDetailElement selection_reuseExistingName; - /** - *

- * Constructor for TaxonNodeDetailElement. - *

- * - * @param formFactory - * a {@link eu.etaxonomy.taxeditor.ui.element.CdmFormFactory} - * object. - * @param formElement - * a {@link eu.etaxonomy.taxeditor.ui.element.ICdmFormElement} - * object. - */ public TaxonNodeDetailElement(CdmFormFactory formFactory, ICdmFormElement formElement) { super(formFactory, formElement); @@ -192,13 +177,6 @@ public class TaxonNodeDetailElement extends AbstractCdmDetailElement - * Getter for the field classification. - *

- * - * @return the classification - */ public Classification getClassification() { return classification; } @@ -207,24 +185,10 @@ public class TaxonNodeDetailElement extends AbstractCdmDetailElement - * Getter for the field parentTreeNode. - *

- * - * @return a {@link eu.etaxonomy.cdm.model.taxon.ITaxonTreeNode} object. - */ public ITaxonTreeNode getParentTreeNode() { return parentTreeNode; } - /** - *

- * Getter for the field taxon. - *

- * - * @return the taxon - */ public Taxon getTaxon() { return taxon; } -- 2.34.1