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/PolytomousKeySelectionDialog.java
26 26
public class PolytomousKeySelectionDialog extends
27 27
		AbstractFilteredCdmResourceSelectionDialog<PolytomousKey> {
28 28

  
29
	public static PolytomousKey select(Shell shell, //ConversationHolder conversation,
29
	public static PolytomousKey select(Shell shell,
30 30
	        PolytomousKey key){
31 31
		PolytomousKeySelectionDialog dialog = new PolytomousKeySelectionDialog(shell, //conversation,
32 32
				"Choose Polytomous Key", false, PolytomousKeySelectionDialog.class.getCanonicalName(), key);
......
41 41
	 * @param settings
42 42
	 * @param cdmObject
43 43
	 */
44
	protected PolytomousKeySelectionDialog(Shell shell,//ConversationHolder conversation,
44
	protected PolytomousKeySelectionDialog(Shell shell,
45 45
			 String title, boolean multi,
46 46
			String settings, PolytomousKey cdmObject) {
47 47
		super(shell, //conversation,

Also available in: Unified diff