Fix typo
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / newWizard / NewDerivedUnitBaseWizard.java
index 4905b26f77bfbe66ce559604d5affc2ab9a9b3b6..1189402b1c1e3793d27b491175161d479f3fdb37 100644 (file)
@@ -47,7 +47,6 @@ import eu.etaxonomy.taxeditor.ui.section.occurrence.DerivedUnitGeneralWizardPage
 import eu.etaxonomy.taxeditor.ui.section.occurrence.FieldUnitGeneralWizardPage;
 import eu.etaxonomy.taxeditor.ui.section.occurrence.FieldUnitWizardPage;
 import eu.etaxonomy.taxeditor.ui.section.occurrence.GatheringEventWizardPage;
-import eu.etaxonomy.taxeditor.view.derivateSearch.DerivateSearchCompositeController;
 
 /**
  * @author n.hoffmann
@@ -162,13 +161,13 @@ public class NewDerivedUnitBaseWizard extends AbstractNewEntityWizard<SpecimenOr
             try {
                 handlerService.executeCommand(parameterizedCommand, null);
             } catch (ExecutionException e) {
-                MessagingUtils.error(DerivateSearchCompositeController.class, e);
+                MessagingUtils.error(NewDerivedUnitBaseWizard.class, e);
             } catch (NotDefinedException e) {
-                MessagingUtils.error(DerivateSearchCompositeController.class, e);
+                MessagingUtils.error(NewDerivedUnitBaseWizard.class, e);
             } catch (NotEnabledException e) {
-                MessagingUtils.error(DerivateSearchCompositeController.class, e);
+                MessagingUtils.error(NewDerivedUnitBaseWizard.class, e);
             } catch (NotHandledException e) {
-                MessagingUtils.error(DerivateSearchCompositeController.class, e);
+                MessagingUtils.error(NewDerivedUnitBaseWizard.class, e);
             }
         }
         return performFinish;