Project

General

Profile

« Previous | Next » 

Revision 2b50eebb

Added by Andreas Müller about 6 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/AbstractEntityCollectionSection.java
67 67

  
68 68
	private String title;
69 69

  
70
    private AbstractEntityCollectionElement entityCollectionElement;
70
    private AbstractEntityCollectionElement<ENTITY> entityCollectionElement;
71 71

  
72 72
	public AbstractEntityCollectionSection(CdmFormFactory formFactory, ConversationHolder conversation, ICdmFormElement parentElement, String title, int style) {
73 73
		super(formFactory, parentElement, ExpandableComposite.CLIENT_INDENT | style);
......
343 343
        }
344 344
    }
345 345

  
346
    public AbstractEntityCollectionElement getEntityCollectionElement() {
346
    public AbstractEntityCollectionElement<ENTITY> getEntityCollectionElement() {
347 347
        return entityCollectionElement;
348 348
    }
349 349

  

Also available in: Unified diff