Project

General

Profile

« Previous | Next » 

Revision aeb80bf1

Added by Andreas Müller about 3 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/AbstractEntityCollectionElement.java
43 43
 * @author n.hoffmann
44 44
 * @created Nov 16, 2009
45 45
 */
46
public abstract class AbstractEntityCollectionElement<ENTITY> extends
47
		AbstractCdmFormElement implements IEntityElement<ENTITY>,
48
		SelectionListener, IConversationEnabled {
46
public abstract class AbstractEntityCollectionElement<ENTITY>
47
        extends AbstractCdmFormElement
48
        implements IEntityElement<ENTITY>, SelectionListener,
49
              IConversationEnabled {
49 50

  
50 51
	protected ENTITY entity;
51 52

  

Also available in: Unified diff