From fce52415cbf62e4df2ce0a5af511332dc15c8191 Mon Sep 17 00:00:00 2001 From: Rodica Sutu Date: Thu, 4 Jul 2019 13:18:16 +0300 Subject: [PATCH] review updates --- .../rest/rm/community/requests/gscore/api/RMUserAPI.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/requests/gscore/api/RMUserAPI.java b/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/requests/gscore/api/RMUserAPI.java index 9671dfe7a6..5eaf86dcb3 100644 --- a/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/requests/gscore/api/RMUserAPI.java +++ b/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/requests/gscore/api/RMUserAPI.java @@ -160,10 +160,11 @@ public class RMUserAPI extends RMModelRequest } /** - * Helper method to set the inherited permission on a file plan component + * Helper method to set permission inheritance on a file plan component * * @param filePlanComponentId The id of the file plan component on which inherited permission should be set - * @param isInherited {@link UserPermissions} to be granted + * @param isInherited true if the permission is inherited + * false if the permission inheritance is disabled */ public void setUserPermissionInheritance(String filePlanComponentId, Boolean isInherited) {