Project

General

Profile

« Previous | Next » 

Revision 124424d0

Added by Cherian Mathew almost 11 years ago

updates for 3.3 model changes. Phase two commit, which contains method changes / updates

View differences:

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/operation/CreateTaxonNode.java
92 92
			// add the taxon
93 93
			bind();
94 94
			monitor.worked(20);
95
			childTaxonNode = parentNode.addChildTaxon(newTaxon, parentNode.getReference(), parentNode.getMicroReference(), null);
95
			childTaxonNode = parentNode.addChildTaxon(newTaxon, parentNode.getReference(), parentNode.getMicroReference());
96 96
		
97 97
			monitor.worked(40);
98 98

  

Also available in: Unified diff