From: Patrick Plitzner Date: Mon, 21 Mar 2016 07:32:58 +0000 (+0100) Subject: trim code X-Git-Tag: 4.0.0^2~91 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/commitdiff_plain/403f1ee66f1de1b1153d1275494d21c2ba3d8a5e trim code --- 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; }