Project

General

Profile

« Previous | Next » 

Revision 8c550777

Added by Andreas Müller over 10 years ago

rename field observation in NewFieldObservationWizard.java and rename the class #3566

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/SelectionDialogFactory.java
91 91
			return (T) DerivedUnitSelectionDialog.select(shell, conversation, (DerivedUnit) curentSelection);
92 92
		}
93 93
		if(clazz.equals(FieldUnit.class)){
94
			return (T) FieldObservationSelectionDialog.select(shell, conversation, (FieldUnit) curentSelection);
94
			return (T) FieldUnitSelectionDialog.select(shell, conversation, (FieldUnit) curentSelection);
95 95
		}
96 96
		if(clazz.equals(NamedArea.class)){
97 97
			return (T) NamedAreaSelectionDialog.select(shell, conversation, (NamedArea) curentSelection);

Also available in: Unified diff