51525354555657585960
return guvnorPlaceHistoryMapper; } public WizardFactory getWizardFactory() { if ( wizardFactory == null ) { wizardFactory = new WizardFactoryImpl( this, eventBus ); } return wizardFactory; }
181182183184185186187188189190
} public WizardFactory getWizardFactory() { if ( wizardFactory == null ) { wizardFactory = new WizardFactoryImpl( this, eventBus ); } return wizardFactory; }