Enumeration of various city problems that the citizens complain about.
| 12 | * Enumeration of various city problems that the citizens complain about. |
| 13 | */ |
| 14 | public enum CityProblem |
| 15 | { |
| 16 | CRIME, |
| 17 | POLLUTION, |
| 18 | HOUSING, |
| 19 | TAXES, |
| 20 | TRAFFIC, |
| 21 | UNEMPLOYMENT, |
| 22 | FIRE; |
| 23 | } |
nothing calls this directly
no outgoing calls
no test coverage detected