git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-sharing-widget@113493 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2015-03-06 15:11:54 +00:00
parent 0838f34565
commit 09035792f5
1 changed files with 1 additions and 2 deletions

View File

@ -452,8 +452,7 @@ public class GWTWorkspaceSharingBuilder {
return fileModel;
}
public List<WorkspaceACL> getWorkspaceACLFromACLs(List<ACLType> types)
throws Exception {
public List<WorkspaceACL> getWorkspaceACLFromACLs(List<ACLType> types) throws Exception {
List<WorkspaceACL> acls = new ArrayList<WorkspaceACL>();