klammer vergessen ;)
git-svn-id: https://svn.libreccm.org/ccm/trunk@3242 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
91e2ca2bc5
commit
d7833d3e91
|
|
@ -158,7 +158,7 @@ public abstract class ProcessListenerForm extends PropertiesForm {
|
|||
widget = getProcessListener(action);
|
||||
} catch (DataObjectNotFoundException ex) {
|
||||
throw new FormProcessException(GlobalizationUtil.globalize(
|
||||
"formbuilder.ui.editors.cannot_find_persistent_process_listener", new Object[]{action});
|
||||
"formbuilder.ui.editors.cannot_find_persistent_process_listener", new Object[]{action}));
|
||||
}
|
||||
initWidgets(e, widget);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue