Revert r78925 to fix ACE-2393

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@78933 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Stefan Kopf
2014-08-05 09:43:41 +00:00
parent 6e745c53ec
commit 2e5687473e
3 changed files with 6 additions and 12 deletions

View File

@@ -23,7 +23,6 @@ import org.alfresco.repo.jscript.ScriptUtils;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.beans.BeansException;
import org.springframework.extensions.webscripts.DefaultURLModel;
import java.io.Serializable;
import java.util.LinkedHashMap;
@@ -112,7 +111,7 @@ public class VtiServerCustomResponse implements CustomResponse
*
* @return JSONObject or null
*/
public Serializable populate(DefaultURLModel url)
public Serializable populate()
{
try
{