Project

General

Profile

« Previous | Next » 

Revision 0caafa75

Added by Andreas Müller over 1 year ago

ref #10186 further remove ConversationHolder and cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/FeatureSelectionDialog.java
27 27
public class FeatureSelectionDialog extends
28 28
		AbstractFilteredCdmResourceSelectionDialog<Feature> {
29 29

  
30
	public static Feature select(Shell shell, //ConversationHolder conversation,
30
	public static Feature select(Shell shell,
31 31
	        Feature feature){
32 32
		FeatureSelectionDialog dialog = new FeatureSelectionDialog(shell, //conversation,
33 33
				"Choose Feature", false, FeatureSelectionDialog.class.getCanonicalName(), feature);
......
42 42
	 * @param settings
43 43
	 * @param cdmObject
44 44
	 */
45
	protected FeatureSelectionDialog(Shell shell,//ConversationHolder conversation,
45
	protected FeatureSelectionDialog(Shell shell,
46 46
			 String title, boolean multi,
47 47
			String settings, Feature cdmObject) {
48 48
		super(shell,//conversation,

Also available in: Unified diff