Project

General

Profile

« Previous | Next » 

Revision 713fff1d

Added by Andreas Müller almost 4 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/occurrence/CollectionWizardPage.java
6 6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7 7
* See LICENSE.TXT at the top of this package for the full license terms.
8 8
*/
9

  
10 9
package eu.etaxonomy.taxeditor.ui.section.occurrence;
11 10

  
12 11
import eu.etaxonomy.cdm.api.conversation.ConversationHolder;
......
21 20
 *
22 21
 * @author n.hoffmann
23 22
 * @created Oct 13, 2010
24
 * @version 1.0
25 23
 */
26 24
public class CollectionWizardPage extends AbstractCdmEntityWizardPage<Collection> {
27 25

  
......
38 36
		setPageComplete(true);
39 37
	}
40 38

  
41
	/* (non-Javadoc)
42
	 * @see eu.etaxonomy.taxeditor.ui.forms.AbstractCdmEntityWizardPage#checkComplete()
43
	 */
44 39
	@Override
45 40
	protected void checkComplete() {
46 41
		setPageComplete(true);
47 42
	}
48 43

  
49
	/* (non-Javadoc)
50
	 * @see eu.etaxonomy.taxeditor.forms.AbstractCdmEntityWizardPage#createElement(eu.etaxonomy.taxeditor.forms.ICdmFormElement)
51
	 */
52
	/** {@inheritDoc} */
53 44
	@Override
54 45
	public AbstractCdmDetailElement<Collection> createElement(ICdmFormElement rootElement) {
55 46
		CollectionDetailElement collectionDetailElement = formFactory.createCollectionDetailElement(rootElement);
56 47
		collectionDetailElement.setEntity(entity);
57 48
		return collectionDetailElement;
58 49
	}
59

  
60 50
}

Also available in: Unified diff