Fix the compilation error due to interface change.

This commit is contained in:
Min Chen 2014-04-02 09:40:05 -07:00
parent 1586f419dc
commit 3ee55cd17b
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ public class ParamProcessWorker implements DispatchWorker {
}
if (!entitiesToOperate.isEmpty()) {
_accountMgr.checkAccess(caller, AccessType.OperateEntry, false, apiName,
_accountMgr.checkAccess(caller, AccessType.OperateEntry, apiName,
entitiesToOperate.toArray(new ControlledEntity[entitiesToOperate.size()]));
}