()
| 1425 | } |
| 1426 | |
| 1427 | public static Constant getInstance() { |
| 1428 | if (instance == null) { |
| 1429 | // ZAP: Changed to use the method createInstance(). |
| 1430 | createInstance(null); |
| 1431 | } |
| 1432 | return instance; |
| 1433 | } |
| 1434 | |
| 1435 | public static synchronized void createInstance(ControlOverrides overrides) { |
| 1436 | if (instance == null) { |