minor fix

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/gcube-ckan-datacatalog@129163 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-06-18 15:01:04 +00:00
parent d706509bd8
commit eb2bb850f7
1 changed files with 0 additions and 1 deletions

View File

@ -267,7 +267,6 @@ public class GcubeCkanDataCatalogServiceImpl extends RemoteServiceServlet implem
*/
private CkanRole reMapRole(CkanRolesIntoLiferay mainRole) {
switch(mainRole){
case CATALOG_SYSADMIN: return CkanRole.SYSADMIN;
case CATALOG_ADMIN: return CkanRole.ADMIN;
case CATALOG_EDITOR: return CkanRole.EDITOR;
case CATALOG_MEMBER: ;