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.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/operation/DeleteMisapplicationOperation.java
16 16
import org.eclipse.core.runtime.IStatus;
17 17

  
18 18
import eu.etaxonomy.cdm.api.application.ICdmRepository;
19
import eu.etaxonomy.cdm.api.conversation.IConversationEnabled;
20 19
import eu.etaxonomy.cdm.api.service.ITaxonService;
21 20
import eu.etaxonomy.cdm.api.service.config.TaxonBaseDeletionConfigurator;
22 21
import eu.etaxonomy.cdm.api.service.config.TaxonDeletionConfigurator;
......
51 50
	 * @param postOperationEnabled a {@link eu.etaxonomy.taxeditor.operation.IPostOperationEnabled} object.
52 51
	 */
53 52
	public DeleteMisapplicationOperation(String label, IUndoContext undoContext, TaxonBaseDeletionConfigurator configurator,
54
            Taxon taxon, Taxon misapplication, IPostOperationEnabled postOperationEnabled, IConversationEnabled conversationEnabled,ICdmEntitySessionEnabled cdmEntitySessionEnabled) {
55
		//super(label, undoContext, taxon, postOperationEnabled);
56
	    super(label, undoContext, configurator, postOperationEnabled, conversationEnabled, cdmEntitySessionEnabled);
53
            Taxon taxon, Taxon misapplication, IPostOperationEnabled postOperationEnabled, ICdmEntitySessionEnabled cdmEntitySessionEnabled) {
54

  
55
	    super(label, undoContext, configurator, postOperationEnabled, cdmEntitySessionEnabled);
57 56
		this.misapplication = misapplication;
58 57
		this.element = taxon;
59 58
	}

Also available in: Unified diff