Project

General

Profile

« Previous | Next » 

Revision 53e60781

Added by Andreas Müller over 3 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/e4/in/abcd/AbcdImportWizardE4.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.io.e4.in.abcd;
11 10

  
12 11
import java.io.File;
......
28 27
import eu.etaxonomy.taxeditor.store.CdmStore;
29 28

  
30 29
/**
31
 *
32 30
 * @author pplitzner
33 31
 * @since Oct 5, 2017
34
 *
35 32
 */
36 33
public class AbcdImportWizardE4 extends AbstractImportWizardE4<Abcd206ImportConfigurator> {
37 34

  
......
44 41
	    super(context, partService);
45 42
	}
46 43

  
47
	/** {@inheritDoc} */
48 44
	@Override
49 45
	public Abcd206ImportConfigurator getConfigurator() {
50 46
		return configurator;
51 47
	}
52 48

  
53
	/** {@inheritDoc} */
54 49
	@Override
55 50
	public boolean performFinish() {
56 51
	    URI source = dataSourcePage.getUri();
......
66 61

  
67 62
	}
68 63

  
69
	/** {@inheritDoc} */
70 64
	@Override
71 65
    public void init() {
72 66
		configurator =  PreferencesUtil.getLocalAbcdImportConfigurator(false);
......
79 73
		addPage(configuratorWizardPage);
80 74
	}
81 75

  
82
	/** {@inheritDoc} */
83 76
	@Override
84 77
	public void addPages() {
85 78

  
......
91 84
		addPage(dataSourcePage);
92 85
		addConfiguratorPage();
93 86
		//super.addPages();
94

  
95 87
	}
96
}
88
}

Also available in: Unified diff