diff --git a/src/main/java/org/gcube/portlets/widgets/wsexplorer/server/stohub/StorageHubServiceUtil.java b/src/main/java/org/gcube/portlets/widgets/wsexplorer/server/stohub/StorageHubServiceUtil.java index 9cd9f09..a9ea708 100644 --- a/src/main/java/org/gcube/portlets/widgets/wsexplorer/server/stohub/StorageHubServiceUtil.java +++ b/src/main/java/org/gcube/portlets/widgets/wsexplorer/server/stohub/StorageHubServiceUtil.java @@ -132,7 +132,7 @@ public class StorageHubServiceUtil { } List 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;