()
| 39 | } |
| 40 | |
| 41 | public static Map<Location, Unit> getShelvesStatus(){ |
| 42 | return locationMap; |
| 43 | } |
| 44 | |
| 45 | public static void updateStatus(Unit unit, Status status){ |
| 46 | unit.status = status; |
nothing calls this directly
no outgoing calls
no test coverage detected