mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user