Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@92985 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-03-11 16:15:28 +00:00
parent 234baa17d4
commit 9268dcdfae
1 changed files with 1 additions and 0 deletions

View File

@ -3875,6 +3875,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
TabularResource tr = service.getTabularResource(serviceTR);
List<String> sharedWith = tr.getSharedWithUsers();
logger.debug("Shared with Users: "+sharedWith);
ArrayList<Contacts> contacts = new ArrayList<Contacts>();
for (String user : sharedWith) {
Contacts cont = new Contacts(null, user, false);