git-svn-id: https://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/Common/storagehub-client@173469 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
3f18f6c41a
commit
715e845187
|
@ -30,7 +30,7 @@ public abstract class ItemContainer<I extends Item> {
|
||||||
this.itemId = item.getId();
|
this.itemId = item.getId();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected String getId() {
|
public String getId() {
|
||||||
return this.itemId;
|
return this.itemId;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue