Project

General

Profile

« Previous | Next » 

Revision 9c1f8392

Added by Patrick Plitzner about 6 years ago

ref #6746 Refactor method return parameter

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/feature/FeatureTreeDetailSection.java
14 14
import eu.etaxonomy.cdm.model.description.FeatureTree;
15 15
import eu.etaxonomy.taxeditor.ui.element.CdmFormFactory;
16 16
import eu.etaxonomy.taxeditor.ui.element.ICdmFormElement;
17
import eu.etaxonomy.taxeditor.ui.section.AbstractCdmDetailElement;
17 18
import eu.etaxonomy.taxeditor.ui.section.AbstractCdmDetailSection;
18
import eu.etaxonomy.taxeditor.ui.section.ICdmDetailElement;
19 19

  
20 20
/**
21 21
 *
......
40 40
     * {@inheritDoc}
41 41
     */
42 42
    @Override
43
    protected ICdmDetailElement<FeatureTree> createCdmDetailElement(AbstractCdmDetailSection<FeatureTree> parentElement,
43
    protected AbstractCdmDetailElement<FeatureTree> createCdmDetailElement(AbstractCdmDetailSection<FeatureTree> parentElement,
44 44
            int style) {
45 45
        return formFactory.createFeatureTreeDetailElement(parentElement, style);
46 46
    }

Also available in: Unified diff