make web content creation submittable again. accidentally made a method synchronized that shouldn't have bee.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5083 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Ariel Backenroth
2007-02-08 20:31:26 +00:00
parent acb00e83dd
commit 328f998c6c

View File

@@ -377,7 +377,7 @@ public class XFormsBean
/**
* handles submits and sets the instance data.
*/
public synchronized void handleAction()
public void handleAction()
{
LOGGER.debug(this + ".handleAction");
try