Project

General

Profile

« Previous | Next » 

Revision e10b6c13

Added by Katja Luther about 6 years ago

ref #7215: minor

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/details/DetailsViewerE4.java
337 337
        } else if (input instanceof Group) {
338 338
            createGroupSection(rootElement);
339 339
        } else if (input instanceof TaxonRelationship && ((TaxonRelationship)input).getType()!=null
340
                && ((TaxonRelationship)input).getType().isMisappliedNameOrInvalidDesignation()) {
340
                && ((TaxonRelationship)input).getType().isAnyMisappliedName()) {
341 341
            createMisappliedNameSection(rootElement);
342 342
        }else if (input instanceof TaxonRelationship ) {
343 343
            createTaxonRelationshipSection(rootElement);

Also available in: Unified diff