Project

General

Profile

« Previous | Next » 

Revision 531fbc7c

Added by Katja Luther over 10 years ago

fix delete of classifications

View differences:

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/operation/DeleteOperation.java
44 44
 */
45 45
public class DeleteOperation extends AbstractPersistentPostOperation{
46 46

  
47
	private Set<ITreeNode> treeNodes;
47
	private Set<ITaxonTreeNode> treeNodes;
48 48
	private TaxonDeletionConfigurator config;
49 49

  
50 50

  
......
58 58
	 * @param treeNodes a {@link java.util.Set} object.
59 59
	 */
60 60
	public DeleteOperation(String label, IUndoContext undoContext,
61
			ITreeNode taxonNode, TaxonDeletionConfigurator config,
61
			ITaxonTreeNode taxonNode, TaxonDeletionConfigurator config,
62 62
			IPostOperationEnabled postOperationEnabled,
63 63
			IConversationEnabled conversationEnabled) {
64 64
		super(label, undoContext, postOperationEnabled, conversationEnabled);
......
76 76
	 * @param treeNodes a {@link java.util.Set} object.
77 77
	 */
78 78
	public DeleteOperation(String label, IUndoContext undoContext,
79
			Set<ITreeNode> treeNodes, TaxonDeletionConfigurator config,
79
			Set<ITaxonTreeNode> treeNodes, TaxonDeletionConfigurator config,
80 80
			IPostOperationEnabled postOperationEnabled,
81 81
			IConversationEnabled conversationEnabled) {
82 82
		super(label, undoContext, postOperationEnabled, conversationEnabled);

Also available in: Unified diff