mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -377,7 +377,7 @@ public class XFormsBean
|
|||||||
/**
|
/**
|
||||||
* handles submits and sets the instance data.
|
* handles submits and sets the instance data.
|
||||||
*/
|
*/
|
||||||
public synchronized void handleAction()
|
public void handleAction()
|
||||||
{
|
{
|
||||||
LOGGER.debug(this + ".handleAction");
|
LOGGER.debug(this + ".handleAction");
|
||||||
try
|
try
|
||||||
|
Reference in New Issue
Block a user