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

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

Also available in: Unified diff