Project

General

Profile

« Previous | Next » 

Revision 19971743

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
485 485
	 */
486 486
	@Override
487 487
    public Set<Control> getControls() {
488
		Set<Control> controls = new HashSet<Control>();
488
		Set<Control> controls = new HashSet<>();
489 489

  
490 490
		for (Control control : getChildren()) {
491 491
			controls.add(control);

Also available in: Unified diff