minor to fix failing jenkins
authorKatja Luther <k.luther@bgbm.org>
Tue, 20 Dec 2016 11:50:35 +0000 (12:50 +0100)
committerKatja Luther <k.luther@bgbm.org>
Tue, 20 Dec 2016 11:50:35 +0000 (12:50 +0100)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/handler/OpenDatabasePreferencesWizardHandler.java
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/handler/OpenDatabaseRepairWizardHandler.java

index 8b46da5f1d1b6c546d9023e43a3f1703f9ab03ad..cdc277891c98c5a5a4e8542919ac01334a3c424b 100755 (executable)
@@ -13,7 +13,7 @@ import org.eclipse.core.commands.ExecutionEvent;
 import org.eclipse.core.commands.ExecutionException;
 import org.eclipse.jface.wizard.WizardDialog;
 
-import eu.etaxonomy.taxeditor.databasePreferences.wizard.DatabasePreferencesWizard;
+import eu.etaxonomy.taxeditor.databaseAdmin.wizard.DatabasePreferencesWizard;
 import eu.etaxonomy.taxeditor.store.StoreUtil;
 
 /**
index 7c619b511d5ee753f3057c77a521b3892c5c3f5c..697debaf46db5aea0117f2910131af38cef5225f 100755 (executable)
@@ -13,7 +13,7 @@ import org.eclipse.core.commands.ExecutionEvent;
 import org.eclipse.core.commands.ExecutionException;
 import org.eclipse.jface.wizard.WizardDialog;
 
-import eu.etaxonomy.taxeditor.databasePreferences.wizard.DatabaseRepairWizard;
+import eu.etaxonomy.taxeditor.databaseAdmin.wizard.DatabaseRepairWizard;
 import eu.etaxonomy.taxeditor.store.StoreUtil;