128129130131132133134
addonRegistry.getServices(wizardClass).get()); } private UIRuntimeImpl getUIRuntimeInstance() { return new UIRuntimeImpl(promptResults); }
979899100101102103
addonRegistry.getServices(wizardClass).get()); } private UIRuntimeImpl getUIRuntimeInstance() { return new UIRuntimeImpl(); }
102103104105106107108