renamed method

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-sharing-widget@111505 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2015-01-28 11:41:53 +00:00
parent 2a9bfd9017
commit 91ece7a092
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ public class MultiDragContactsEditPermissions extends SimpleMultiDragWorkspaceCo
* The HL ID of the selected ACL
* @return
*/
public String getSelectedAclId(){
public String getSelectedAclID(){
if(permission.getSelectedACL()!=null)
return permission.getSelectedACL().getId();