Constructs new bare IniParser instance.
()
| 125 | * Constructs new bare IniParser instance. |
| 126 | */ |
| 127 | public IniParser() { |
| 128 | this(null, null); |
| 129 | } |
| 130 | |
| 131 | /** |
| 132 | * Constructs new bare IniParser instance specifying case-sensitivity. |
nothing calls this directly
no test coverage detected