Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@97608 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
006442a4f6
commit
53ffaf35da
|
@ -5954,7 +5954,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
|
|||
}
|
||||
String[] usersArray = users.toArray(new String[0]);
|
||||
logger.debug("Share with Users: " + users);
|
||||
service.share(serviceTR, usersArray);
|
||||
service.share(serviceTR, usersArray);
|
||||
|
||||
} catch (TDGWTSessionExpiredException e) {
|
||||
throw e;
|
||||
|
|
Loading…
Reference in New Issue