Implemented some of the import/export functionality. Major refactoring of datasource...
[taxeditor.git] / taxeditor-store / src / main / java / eu / etaxonomy / taxeditor / datasource / wizard / CdmDataSourceTypeSelectionWizardPage.java
index 7fc00189cd16aa24305d8d271e88f5f678aa3bbf..af5f6736602c2cb30d4e8aa87b5c104fd4966f33 100644 (file)
@@ -54,7 +54,7 @@ public class CdmDataSourceTypeSelectionWizardPage extends WizardPage implements
 
        private CdmDataSourceCredentialsWizardPage credentialsWizardPage;
        
-       protected CdmDataSourceTypeSelectionWizardPage(ICdmDataSource dataSource) {
+       public CdmDataSourceTypeSelectionWizardPage(ICdmDataSource dataSource) {
                super("DataSourceWizardPage");
                
                this.dataSource = dataSource;