Closed weierophinney closed 6 years ago
Per #44, this patch adds the ability to specify via the constructor the key/value pair delimiter to use when parsing a JavaProperties file. By default, this will be :, but it can be any non-empty string.
:
Per #44, this patch adds the ability to specify via the constructor the key/value pair delimiter to use when parsing a JavaProperties file. By default, this will be
:
, but it can be any non-empty string.