fixed documentation

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-sharing-widget@97620 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2014-06-23 09:51:59 +00:00
parent e290ac9819
commit 6c0c417e7f
4 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@ n/a
Documentation Documentation
------------- -------------
Documentation is available on-line from the Projects Documentation Wiki: Documentation is available on-line from the Projects Documentation Wiki:
https://gcube.wiki.gcube-system.org/gcube/index.php/Workspace Sharing Widget https://gcube.wiki.gcube-system.org/gcube/index.php/GCube_Widgets_Store
Licensing Licensing

View File

@ -14,7 +14,7 @@
<groupId>org.gcube.portlets.widgets</groupId> <groupId>org.gcube.portlets.widgets</groupId>
<artifactId>workspace-sharing-widget</artifactId> <artifactId>workspace-sharing-widget</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.0.2-SNAPSHOT</version> <version>1.1.0-SNAPSHOT</version>
<name>gCube Workspace Sharing Widget</name> <name>gCube Workspace Sharing Widget</name>
<description> <description>
gCube Workspace Sharing Widget gCube Workspace Sharing Widget

View File

@ -39,7 +39,7 @@ public class WorkspaceSharingController {
/** /**
* This controller instancing sharing dialog * This controller instancing sharing dialog
* @param itemId workace item id * @param itemId workspace item id
* @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
*/ */

View File

@ -35,7 +35,7 @@ public class WorkspaceSmartSharingController {
/** /**
* *
* @param file a fake file (used to display name of the file or folder) to display the field name * @param file - a fake file to display the field name ("filename") into dialog
* @param listAlreadySharedContact * @param listAlreadySharedContact
*/ */
public WorkspaceSmartSharingController(FileModel file, List<CredentialModel> listAlreadySharedContact) { public WorkspaceSmartSharingController(FileModel file, List<CredentialModel> listAlreadySharedContact) {