rename field observation in NewFieldObservationWizard.java and rename the class ...
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / dialog / selection / SelectionDialogFactory.java
index fed776ba3c3ae27491d48029ee64b678d8f55b9b..be551aa447b2601f4b9d610147bbfcf1b13f1fdd 100644 (file)
@@ -91,7 +91,7 @@ public class SelectionDialogFactory {
                        return (T) DerivedUnitSelectionDialog.select(shell, conversation, (DerivedUnit) curentSelection);
                }
                if(clazz.equals(FieldUnit.class)){
-                       return (T) FieldObservationSelectionDialog.select(shell, conversation, (FieldUnit) curentSelection);
+                       return (T) FieldUnitSelectionDialog.select(shell, conversation, (FieldUnit) curentSelection);
                }
                if(clazz.equals(NamedArea.class)){
                        return (T) NamedAreaSelectionDialog.select(shell, conversation, (NamedArea) curentSelection);