Project

General

Profile

« Previous | Next » 

Revision f41433b9

Added by Alex Theys almost 12 years ago

AT:Committing changes post merge

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/concept/operation/CreateConceptRelationOperation.java
71 71
		if(taxonRelationshipTypeInverseContainer.isInverse()){
72 72
			concept.addTaxonRelation(taxon, taxonRelationshipTypeInverseContainer.getType(), null, null);	
73 73
		} else {
74
			taxon.addTaxonRelation(concept, taxonRelationshipTypeInverseContainer.getType(), null, null);	
74
			taxon.addTaxonRelation(concept, taxonRelationshipTypeInverseContainer.getType(), null, null);
75 75
		}
76 76
		monitor.worked(40);
77 77
		

Also available in: Unified diff