git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/Common/storagehub-model@174239 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
02c93de094
commit
6b4790e3b5
|
@ -76,7 +76,7 @@ public class Item {
|
||||||
|
|
||||||
public String getOwner() {
|
public String getOwner() {
|
||||||
if (owner!=null) return owner;
|
if (owner!=null) return owner;
|
||||||
else if (ownerNode!=null) ownerNode.getUserName();
|
else if (ownerNode!=null) return ownerNode.getUserName();
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue