klammer vergessen ;)

git-svn-id: https://svn.libreccm.org/ccm/trunk@3242 8810af33-2d31-482b-a856-94f89814c4df
master
tosmers 2015-02-18 21:09:51 +00:00
parent 91e2ca2bc5
commit d7833d3e91
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}