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/io/wizard/AbcdImportWizard.java
20 20
import eu.etaxonomy.taxeditor.store.CdmStore;
21 21

  
22 22
/**
23
 * <p>AbcdImportWizard class.</p>
24
 *
23 25
 * @author n.hoffmann
24 26
 * @created Jun 16, 2010
25 27
 * @version 1.0
......
32 34
	/* (non-Javadoc)
33 35
	 * @see eu.etaxonomy.taxeditor.io.wizard.AbstractImportWizard#getConfigurator()
34 36
	 */
37
	/** {@inheritDoc} */
35 38
	@Override
36 39
	public Abcd206ImportConfigurator getConfigurator() {
37 40
		return configurator;
......
40 43
	/* (non-Javadoc)
41 44
	 * @see org.eclipse.jface.wizard.Wizard#performFinish()
42 45
	 */
46
	/** {@inheritDoc} */
43 47
	@Override
44 48
	public boolean performFinish() {
45 49
		URI source = dataSourcePage.getUri();
......
54 58
	/* (non-Javadoc)
55 59
	 * @see org.eclipse.ui.IWorkbenchWizard#init(org.eclipse.ui.IWorkbench, org.eclipse.jface.viewers.IStructuredSelection)
56 60
	 */
61
	/** {@inheritDoc} */
57 62
	public void init(IWorkbench workbench, IStructuredSelection selection) {
58 63
		configurator =  CdmStore.getImportHandler().AbcdConfigurator();
59 64
	}
......
61 66
	/* (non-Javadoc)
62 67
	 * @see eu.etaxonomy.taxeditor.io.AbstractImportWizard#addPages()
63 68
	 */
69
	/** {@inheritDoc} */
64 70
	@Override
65 71
	public void addPages() {
66 72
		super.addPages();

Also available in: Unified diff