removed comments
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@81040 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
fd8fc0f647
commit
0fa3e750cc
|
@ -1105,14 +1105,9 @@ public class GWTWorkspaceBuilder {
|
|||
//OWNER
|
||||
if(fileGridModel.isShared()){ //IS READ FROM HL ONLY IF THE ITEM IS SHARED
|
||||
User owner = item.getOwner();
|
||||
if(owner!=null){
|
||||
|
||||
if(owner!=null){
|
||||
// System.out.println("++++reading owner");
|
||||
|
||||
String portalLogin = owner.getPortalLogin();
|
||||
|
||||
// String portalLogin = "puppa";
|
||||
|
||||
String fullName = portalLogin;
|
||||
|
||||
if(!WsUtil.withoutPortal) //INTO PORTAL
|
||||
|
|
Loading…
Reference in New Issue