From: Patrick Plitzner Date: Wed, 9 Sep 2015 13:32:54 +0000 (+0200) Subject: Trim code X-Git-Tag: 3.8.0^2~13 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/commitdiff_plain/e387912f1502e3e0446a9dc7063f9d4ac9182685?hp=8347a92f58825d2af3f7bd03262eb801fb573d2e Trim code --- diff --git a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/description/DescriptionElementSourceElement.java b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/description/DescriptionElementSourceElement.java index aff1fbea8..a38087669 100644 --- a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/description/DescriptionElementSourceElement.java +++ b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/description/DescriptionElementSourceElement.java @@ -1,9 +1,9 @@ // $Id$ /** * Copyright (C) 2007 EDIT - * European Distributed Institute of Taxonomy + * 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. */ @@ -23,14 +23,10 @@ import eu.etaxonomy.taxeditor.ui.section.supplemental.AbstractOriginalSourceElem import eu.etaxonomy.taxeditor.ui.selection.EntitySelectionElement; /** - *

- * DescriptionElementSourceElement class. - *

- * + * * @author n.hoffmann * @created Nov 16, 2009 * @version 1.0 - * @param */ public class DescriptionElementSourceElement extends AbstractOriginalSourceElement implements @@ -38,26 +34,6 @@ public class DescriptionElementSourceElement extends private EntitySelectionElement selection_name; - /** - *

- * Constructor for DescriptionElementSourceElement. - *

- * - * @param formElement - * a {@link eu.etaxonomy.taxeditor.ui.element.AbstractFormSection} - * object. - * @param element - * a - * {@link eu.etaxonomy.cdm.model.common.DescriptionElementSource} - * object. - * @param removeListener - * a {@link org.eclipse.swt.events.SelectionListener} object. - * @param style - * a int. - * @param cdmFormFactory - * a {@link eu.etaxonomy.taxeditor.ui.element.CdmFormFactory} - * object. - */ public DescriptionElementSourceElement(CdmFormFactory cdmFormFactory, AbstractFormSection formElement, DescriptionElementSource element, SelectionListener removeListener, int style) { @@ -65,12 +41,6 @@ public class DescriptionElementSourceElement extends formFactory.createSelectionArbitrator(this); } - /* - * (non-Javadoc) - * - * @see eu.etaxonomy.taxeditor.forms.entitysections.OriginalSourceComposite# - * createControls(org.eclipse.swt.widgets.Composite, int) - */ /** {@inheritDoc} */ @Override public void createControls(ICdmFormElement formElement, int style) { @@ -81,13 +51,6 @@ public class DescriptionElementSourceElement extends null, EntitySelectionElement.ALL, SWT.NULL); } - /* - * (non-Javadoc) - * - * @see - * eu.etaxonomy.taxeditor.forms.section.cdmdetail.AbstractOriginalSourceElement - * #setElement(eu.etaxonomy.cdm.model.common.OriginalSourceBase) - */ /** {@inheritDoc} */ @Override public void setEntity(DescriptionElementSource entity) { @@ -108,13 +71,6 @@ public class DescriptionElementSourceElement extends } - /* - * (non-Javadoc) - * - * @see - * eu.etaxonomy.taxeditor.section.AbstractEntityCollectionElement#handleEvent - * (java.lang.Object) - */ /** {@inheritDoc} */ @Override public void handleEvent(Object eventSource) {