Project

General

Profile

« Previous | Next » 

Revision 2cc1a60e

Added by Cherian Mathew almost 10 years ago

added new constructor with mode argument for wizard pages and deprecated the old constructor.
CdmDataSourceWizard and CdmDataSourceTypeSelectionWizardPage now call the new constructor.

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/datasource/wizard/CdmDataSourceCredentialsWizardPage.java
78 78
		super(pageName);
79 79
		this.setPageComplete(false);
80 80
		setDataSource(dataSource);		
81
		mode = CdmDataSourceWizard.Mode.CREATE;
81 82
	}
82 83
	
83 84
	/**

Also available in: Unified diff