Create a new LegacySettings instance. Private to avoid multiples.
()
| 37 | * Create a new LegacySettings instance. Private to avoid multiples. |
| 38 | */ |
| 39 | private LegacySettings() |
| 40 | { |
| 41 | super("legacy.ini", null, SettingsHandler.getOptions()); |
| 42 | } |
| 43 | |
| 44 | /** |
| 45 | * @return The singleton LegacySettings instance. |
nothing calls this directly
no test coverage detected