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
|
@ -1106,13 +1106,8 @@ public class GWTWorkspaceBuilder {
|
||||||
if(fileGridModel.isShared()){ //IS READ FROM HL ONLY IF THE ITEM IS SHARED
|
if(fileGridModel.isShared()){ //IS READ FROM HL ONLY IF THE ITEM IS SHARED
|
||||||
User owner = item.getOwner();
|
User owner = item.getOwner();
|
||||||
if(owner!=null){
|
if(owner!=null){
|
||||||
|
|
||||||
// System.out.println("++++reading owner");
|
// System.out.println("++++reading owner");
|
||||||
|
|
||||||
String portalLogin = owner.getPortalLogin();
|
String portalLogin = owner.getPortalLogin();
|
||||||
|
|
||||||
// String portalLogin = "puppa";
|
|
||||||
|
|
||||||
String fullName = portalLogin;
|
String fullName = portalLogin;
|
||||||
|
|
||||||
if(!WsUtil.withoutPortal) //INTO PORTAL
|
if(!WsUtil.withoutPortal) //INTO PORTAL
|
||||||
|
|
Loading…
Reference in New Issue