Project

General

Profile

« Previous | Next » 

Revision 2dbf3806

Added by Andreas Müller almost 6 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/element/AbstractFormSection.java
48 48
 *
49 49
 * @author n.hoffmann
50 50
 * @created Feb 22, 2010
51
 * @version 1.0
52 51
 * @param <T>
53 52
 */
54 53
//TODO shouldn't ENTITY be bound with super class ICdmBase for example (AbstractFormSection<ENTITY extends ICdmBase>)?
......
63 62

  
64 63
	private ENTITY entity;
65 64

  
66
	private final Set<ICdmFormElement> elements = new HashSet<ICdmFormElement>();
65
	private final Set<ICdmFormElement> elements = new HashSet<>();
67 66

  
68 67
	protected CdmFormFactory formFactory;
69 68

  
......
170 169
		addExpandListener();
171 170
	}
172 171

  
173
	/*
174
	 * (non-Javadoc)
175
	 *
176
	 * @see eu.etaxonomy.taxeditor.forms.IEntityElement#getEntity()
177
	 */
178 172
	/**
179 173
	 * <p>
180 174
	 * Getter for the field <code>entity</code>.

Also available in: Unified diff