change acl added

This commit is contained in:
lucio 2019-10-14 10:20:21 +02:00
parent 66417126c0
commit 578503cda4
1 changed files with 2 additions and 2 deletions

View File

@ -155,10 +155,10 @@ public class FolderContainer extends ItemContainer<FolderItem>{
* @throws {@InvalidItemException}
* @throws {@UserNotAuthorizedException} if user is not administrator of this folder
*/
/*public FolderContainer changeAcls(String user, AccessType accessType) throws StorageHubException {
public FolderContainer changeAcls(String user, AccessType accessType) throws StorageHubException {
itemclient.changeACL(this.itemId, user, accessType);
return this;
}*/
}
public boolean canWrite() throws Exception {
return itemclient.canWriteInto(this.itemId);