just updated a comment

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-explorer@174465 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2018-11-29 14:09:02 +00:00
parent 54bd178d8a
commit a3398cbd9a
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ public class StorageHubServiceUtil {
}
List<ACL> acls = client.getACL(sharedfolder.getId());
boolean found = false; //this is needed because in case o VRE Foder the permission is assigned to the group and not to the user.
boolean found = false; //this is needed because in case o VRE Folder the permission is assigned to the group and not to the user.
for (ACL acl : acls) {
if (acl.getPricipal().compareTo(userName) == 0) {
found = true;