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/NomenclaturalAuthorSelectionDialog.java
66 66
//		return new FilteredCdmResourceAbbrevLabelProvider();
67 67
//	}
68 68

  
69
    /**
70
     * <p>select</p>
71
     *
72
     * @param shell a {@link org.eclipse.swt.widgets.Shell} object.
73
     * @param conversation a {@link eu.etaxonomy.cdm.api.conversation.ConversationHolder} object.
74
     * @param entity a {@link eu.etaxonomy.cdm.model.agent.AgentBase} object.
75
     * @return a {@link eu.etaxonomy.cdm.model.agent.AgentBase} object.
76
     */
77 69
    public static TeamOrPersonBase<?> select(Shell shell,
78 70
            TeamOrPersonBase<?> entity, boolean teamMemberSelection) {
79 71
        NomenclaturalAuthorSelectionDialog dialog = new NomenclaturalAuthorSelectionDialog(shell, //conversation,
......
161 153
			}
162 154
		};
163 155
	}
164

  
165

  
166
}
156
}

Also available in: Unified diff