()
| 21 | public static Places PLACES = new Places(); |
| 22 | |
| 23 | public static void init() { |
| 24 | CONFIG = new Config(); |
| 25 | PLACES = new Places(); |
| 26 | obtainConfig(); |
| 27 | obtainPlaces(); |
| 28 | } |
| 29 | |
| 30 | public static void obtainConfig() { |
| 31 | CONFIG = ConfigIO.obtain(CONFIG, CONFIG_PATH); |
no test coverage detected