Fix merge - delete duplicate method.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@112665 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tom Page
2015-09-23 08:45:50 +00:00
parent 3b7bad9dfa
commit 5cfcb25e9d

View File

@@ -365,23 +365,6 @@ public class JSONConversionComponent extends org.alfresco.repo.jscript.app.JS
}, AuthenticationUtil.getAdminUserName());
}
/**
* Helper method to get the display path.
*
* @param nodeRef node reference
* @return String display path
*/
private String getDisplayPath(final NodeRef nodeRef)
{
return AuthenticationUtil.runAs(new RunAsWork<String>()
{
public String doWork() throws Exception
{
return PathUtil.getDisplayPath(nodeService.getPath(nodeRef), true);
}
}, AuthenticationUtil.getAdminUserName());
}
/**
* Helper method to set the RM node values
*