updates for 3.3 model changes. Phase two commit, which contains method changes /...
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / section / description / DescribedSpecimenSection.java
index 6eddaad0adb84f37fd45b5c9e4da49011f765631..baae5fe0b3f555275cfd2e4c14ef1d01b23415d3 100644 (file)
@@ -48,7 +48,8 @@ public class DescribedSpecimenSection extends AbstractEntityCollectionSection<Ta
        @Override
        public Collection<SpecimenOrObservationBase> getCollection(
                        TaxonDescription entity) {
-               return entity.getDescribedSpecimenOrObservations();
+               //FIXME:3.3MC
+               return entity.getDescribedSpecimenOrObservation();
        }
 
        /** {@inheritDoc} */