Project

General

Profile

« Previous | Next » 

Revision 77658c00

Added by Katja Luther about 5 years ago

ref #3836: minor

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/description/detail/QuantitativeDataDetailElement.java
51 51
		section_statisticalMeasurementValues = formFactory.createStatisticalMeasurementValueSection(getConversationHolder(), formElement, ExpandableComposite.TWISTIE | ExpandableComposite.EXPANDED);
52 52
		section_statisticalMeasurementValues.setEntity(entity);
53 53
		section_statisticalMeasurementValues.setLayoutData(LayoutConstants.FILL_HORIZONTALLY(2, 1));
54
		if (entity.getFeature().getRecommendedModifierEnumeration() != null && entity.getFeature().getRecommendedModifierEnumeration().isEmpty()){
54
		if (entity.getFeature().getRecommendedModifierEnumeration() != null && !entity.getFeature().getRecommendedModifierEnumeration().isEmpty()){
55 55
            createModifier(formElement, entity, style);
56 56
        }
57 57
	}

Also available in: Unified diff