This commit is contained in:
Francesco Mangiacrapa 2014-06-23 15:32:33 +00:00
parent afce2fbc52
commit 45bd904f67
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ public class WorkspaceSharingController {
* @param if true, only owner can share, otherwise an alert with an error message is displayed * @param if true, only owner can share, otherwise an alert with an error message is displayed
* @param defaultPermission ACL_TYPE default permission, if is null default ACL_TYPE is loaded from server * @param defaultPermission ACL_TYPE default permission, if is null default ACL_TYPE is loaded from server
* *
* base constructor by default does not retrieve groups * base constructor by default does not retrieve the groups
*/ */
public WorkspaceSharingController(String itemId, boolean shareOnlyOwner, ACL_TYPE defaultPermission) { public WorkspaceSharingController(String itemId, boolean shareOnlyOwner, ACL_TYPE defaultPermission) {
this(itemId, shareOnlyOwner, defaultPermission, false, false); this(itemId, shareOnlyOwner, defaultPermission, false, false);

View File

@ -42,7 +42,7 @@ public class WorkspaceSmartSharingController {
* @param file - a fake file to display the field name ("filename") into dialog * @param file - a fake file to display the field name ("filename") into dialog
* @param listAlreadySharedContact - list of already shared contacts to show into dialog * @param listAlreadySharedContact - list of already shared contacts to show into dialog
* *
* base constructor by default does not retrieve groups * base constructor by default does not retrieve the groups
* *
*/ */
public WorkspaceSmartSharingController(FileModel file, List<CredentialModel> listAlreadySharedContact) { public WorkspaceSmartSharingController(FileModel file, List<CredentialModel> listAlreadySharedContact) {