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.store/src/main/java/eu/etaxonomy/taxeditor/newWizard/NewPersonWizard.java
26 26
	/** {@inheritDoc} */
27 27
	@Override
28 28
	public void addPages() {
29
		addPage(new PersonWizardPage(formFactory, getConversationHolder(), getEntity()));
29
		addPage(new PersonWizardPage(formFactory, getEntity()));
30 30
	}
31 31

  
32 32
	/** {@inheritDoc} */

Also available in: Unified diff