This commit is contained in:
Lucio Lelii 2018-10-15 13:44:31 +00:00
parent 3f18f6c41a
commit 715e845187
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }