()
| 74 | } |
| 75 | |
| 76 | @Override |
| 77 | public String toString() { |
| 78 | return "ChangeMapInfo{" + |
| 79 | "levelString='" + levelString + '\'' + |
| 80 | ", mapName='" + mapName + '\'' + |
| 81 | ", newUnit=" + newUnit + |
| 82 | ", nextServer='" + nextServer + '\'' + |
| 83 | ", spawnPoint='" + spawnPoint + '\'' + |
| 84 | ", state=" + state + |
| 85 | '}'; |
| 86 | } |
| 87 | } |
no outgoing calls
no test coverage detected