Fix complie error caused by update

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@81056 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Roy Wetherall
2014-08-25 06:12:35 +00:00
parent c0c2d3ca39
commit 4e7174fc3f

View File

@@ -85,7 +85,7 @@ public class InplaceRecordServiceImpl extends ServiceBaseImpl implements Inplace
ParameterCheck.mandatory("NodeRef", nodeRef);
// do the work of hiding the record as the system user
runAsSystem(new RunAsWork<Void>()
authenticationUtil.runAsSystem(new RunAsWork<Void>()
{
@Override
public Void doWork()
@@ -152,7 +152,7 @@ public class InplaceRecordServiceImpl extends ServiceBaseImpl implements Inplace
final NodeRef source = sourceParentNodeRef;
runAsSystem(new RunAsWork<Void>()
authenticationUtil.runAsSystem(new RunAsWork<Void>()
{
@Override
public Void doWork()