()
| 204 | // End of "save to storage". |
| 205 | |
| 206 | public static Config getInstance() { |
| 207 | if (instance == null) { |
| 208 | instance = new Config(); |
| 209 | } |
| 210 | return instance; |
| 211 | } |
| 212 | |
| 213 | /** Creates a new instance of Config */ |
| 214 | private Config() { |
no outgoing calls
no test coverage detected