mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
address code review comments
This commit is contained in:
@@ -354,7 +354,7 @@ public class RMRolesAndActionsAPI extends BaseAPI
|
|||||||
public HttpResponse executeAction(String user, String password, String contentName, RM_ACTIONS action,
|
public HttpResponse executeAction(String user, String password, String contentName, RM_ACTIONS action,
|
||||||
ZonedDateTime date)
|
ZonedDateTime date)
|
||||||
{
|
{
|
||||||
return executeAction(user, password, contentName, action, null, SC_OK);
|
return executeAction(user, password, contentName, action, date, SC_OK);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user