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/e4/handler/MoveSynonymToAnotherAcceptedTaxonHandlerE4.java
122 122
        }
123 123
		if(newParentNode!=null){
124 124
		   MoveSynonymToAnotherAcceptedTaxonOperationE4 operation = new MoveSynonymToAnotherAcceptedTaxonOperationE4(Messages.MoveSynonymToAnotherAcceptedTaxonHandler_CHANGE_ACC_TAXON, EditorUtil.getUndoContext(),
125
		            synonym.getUuid(), newParentNode.getTaxon(),newSecUuid, this, editor);
125
		            synonym.getUuid(), newParentNode.getTaxon(),newSecUuid, this);
126 126

  
127 127
		    AbstractUtility.executeOperation(operation, sync);
128 128
		}

Also available in: Unified diff