rename FieldObservation -> FieldUnit #3566
authorAndreas Müller <a.mueller@bgbm.org>
Wed, 30 Oct 2013 13:02:14 +0000 (13:02 +0000)
committerAndreas Müller <a.mueller@bgbm.org>
Wed, 30 Oct 2013 13:02:14 +0000 (13:02 +0000)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/occurrence/DerivedUnitFacadeDetailElement.java

index 56ddc533c283dbdc9c7deeb79fbf09f115c12e7c..6c23279483fa55d83dc5db22de7e5a1d3a0388e3 100644 (file)
@@ -128,7 +128,7 @@ public class DerivedUnitFacadeDetailElement extends AbstractCdmDetailElement<Der
                addControl(section_gatheringEvent);
                addElement(section_gatheringEvent);
 
-               section_fieldUnit = formFactory.createFieldObservationDetailSection(getConversationHolder(), formElement, null, ExpandableComposite.TWISTIE);
+               section_fieldUnit = formFactory.createFieldUnitDetailSection(getConversationHolder(), formElement, null, ExpandableComposite.TWISTIE);
                section_fieldUnit.setLayoutData(LayoutConstants.FILL_HORIZONTALLY(2, 1));
                addControl(section_fieldUnit);
                addElement(section_fieldUnit);