Project

General

Profile

« Previous | Next » 

Revision 66eb9f49

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/sdd/SddImportWizardE4.java
27 27
import eu.etaxonomy.taxeditor.store.CdmStore;
28 28

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

  
37

  
38 35
    private SDDImportConfigurator configurator;
39 36

  
40 37
	private ImportFromFileDataSourceWithReferenceWizardPage dataSourcePage;
......
44 41
	    super(context, partService);
45 42
	}
46 43

  
47
	/** {@inheritDoc} */
48 44
	@Override
49 45
	public SDDImportConfigurator getConfigurator() {
50 46
		return configurator;
......
62 58
		super.addPages();
63 59
	}
64 60

  
65
	/** {@inheritDoc} */
66 61
	@Override
67 62
	public boolean performFinish() {
68 63
		URI source = dataSourcePage.getUri();
......
74 69
		return true;
75 70
	}
76 71

  
77
	/** {@inheritDoc} */
78 72
	@Override
79 73
    public void init() {
80 74
		configurator =  CdmStore.getImportManager().SddConfigurator();
81 75
	}
82
}
76
}

Also available in: Unified diff