Project

General

Profile

« Previous | Next » 

Revision 3be6ef3e

Added by Niels Hoffmann over 13 years ago

performed javacscript:fix and worked on documentation

View differences:

taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/newWizards/NewGenericReferenceWizardPage.java
23 23
import eu.etaxonomy.cdm.model.agent.AgentBase;
24 24

  
25 25
/**
26
 * <p>NewGenericReferenceWizardPage class.</p>
27
 *
26 28
 * @author n.hoffmann
27 29
 * @created Apr 16, 2010
28 30
 * @version 1.0
......
37 39
	private Text text_volume;
38 40
	private Text text_pages;
39 41

  
42
	/**
43
	 * <p>Constructor for NewGenericReferenceWizardPage.</p>
44
	 *
45
	 * @param pageName a {@link java.lang.String} object.
46
	 */
40 47
	protected NewGenericReferenceWizardPage(String pageName) {
41 48
		super(pageName);
42 49
	}
43 50

  
44
	/**
45
	 * 
46
	 */
51
	/** {@inheritDoc} */
47 52
	public void createControl(Composite parent) {
48 53
		setTitle("General");
49 54
		setDescription("General information for a reference.");

Also available in: Unified diff