From d7833d3e918d4f92b80857b44e4fc7fadecaa892 Mon Sep 17 00:00:00 2001 From: tosmers Date: Wed, 18 Feb 2015 21:09:51 +0000 Subject: [PATCH] klammer vergessen ;) git-svn-id: https://svn.libreccm.org/ccm/trunk@3242 8810af33-2d31-482b-a856-94f89814c4df --- .../arsdigita/formbuilder/ui/editors/ProcessListenerForm.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccm-core/src/com/arsdigita/formbuilder/ui/editors/ProcessListenerForm.java b/ccm-core/src/com/arsdigita/formbuilder/ui/editors/ProcessListenerForm.java index 7c884c6fe..a94ba04cf 100755 --- a/ccm-core/src/com/arsdigita/formbuilder/ui/editors/ProcessListenerForm.java +++ b/ccm-core/src/com/arsdigita/formbuilder/ui/editors/ProcessListenerForm.java @@ -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); }