(ItemShelf[] itemShelves)
| 14 | } |
| 15 | |
| 16 | public void setItemShelves(ItemShelf[] itemShelves) { |
| 17 | this.itemShelves = itemShelves; |
| 18 | } |
| 19 | |
| 20 | public void initialEmptyInventory() { |
| 21 | int startCode = 101; |
nothing calls this directly
no outgoing calls
no test coverage detected