address code review comments

This commit is contained in:
rodicasutu
2020-07-28 15:27:46 +03:00
parent b3e7cceae1
commit 20e6af21ba

View File

@@ -354,7 +354,7 @@ public class RMRolesAndActionsAPI extends BaseAPI
public HttpResponse executeAction(String user, String password, String contentName, RM_ACTIONS action,
ZonedDateTime date)
{
return executeAction(user, password, contentName, action, null, SC_OK);
return executeAction(user, password, contentName, action, date, SC_OK);
}
/**