Project

General

Profile

« Previous | Next » 

Revision 78222507

Added by Niels Hoffmann over 12 years ago

refactoring of package names for consistency

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/description/detail/DistributionDetailElement.java
13 13
import eu.etaxonomy.cdm.model.description.Distribution;
14 14
import eu.etaxonomy.cdm.model.description.PresenceAbsenceTermBase;
15 15
import eu.etaxonomy.taxeditor.ui.combo.TermComboElement;
16
import eu.etaxonomy.taxeditor.ui.forms.CdmFormFactory;
17
import eu.etaxonomy.taxeditor.ui.forms.ICdmFormElement;
16
import eu.etaxonomy.taxeditor.ui.element.CdmFormFactory;
17
import eu.etaxonomy.taxeditor.ui.element.ICdmFormElement;
18 18
import eu.etaxonomy.taxeditor.ui.selection.NamedAreaSelectionElement;
19 19

  
20 20
/**
......
34 34
	/**
35 35
	 * <p>Constructor for DistributionDetailElement.</p>
36 36
	 *
37
	 * @param formFactory a {@link eu.etaxonomy.taxeditor.ui.forms.CdmFormFactory} object.
38
	 * @param formElement a {@link eu.etaxonomy.taxeditor.ui.forms.ICdmFormElement} object.
37
	 * @param formFactory a {@link eu.etaxonomy.taxeditor.ui.element.CdmFormFactory} object.
38
	 * @param formElement a {@link eu.etaxonomy.taxeditor.ui.element.ICdmFormElement} object.
39 39
	 * @param entity a {@link eu.etaxonomy.cdm.model.description.Distribution} object.
40 40
	 * @param style a int.
41 41
	 */

Also available in: Unified diff