Project

General

Profile

« Previous | Next » 

Revision 49d3c2dd

Added by Katja Luther over 1 year ago

ref #10186: remove conversation holder

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/SpecimenOrObservationTypeSelectionDialog.java
31 31
	public static SpecimenOrObservationType select(Shell shell, ConversationHolder conversation){
32 32
		SpecimenOrObservationTypeSelectionDialog dialog =
33 33
				new SpecimenOrObservationTypeSelectionDialog(shell,
34
						conversation,
35 34
						"Choose Specimen / Observation Type",
36 35
						false,
37 36
						SpecimenOrObservationTypeSelectionDialog.class.getCanonicalName());
......
48 47
	 * @param settings a {@link java.lang.String} object.
49 48
	 */
50 49
	protected SpecimenOrObservationTypeSelectionDialog(Shell shell,
51
			ConversationHolder conversation,
52 50
			String title,
53 51
			boolean multi,
54 52
			String settings) {
55
		super(shell, conversation, title, multi, settings, SpecimenOrObservationType.Unknown);
53
		super(shell, title, multi, settings, SpecimenOrObservationType.Unknown);
56 54
	}
57 55

  
58 56

  

Also available in: Unified diff