mirror of
https://github.com/mbierlee/mirage-config.git
synced 2024-11-14 20:34:00 +01:00
Tweak comment
This commit is contained in:
parent
bfc0554b85
commit
aaa6512af4
|
@ -17,10 +17,11 @@ import mirage.keyvalue : KeyValueConfigFactory, SupportHashtagComments, SupportS
|
|||
SupportColonSeparator, SupportKeysWithoutValues;
|
||||
|
||||
/**
|
||||
* Creates configuration files from Java properties.
|
||||
* Creates configuration dictionaries from Java properties.
|
||||
*
|
||||
* Format specifications:
|
||||
* https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Properties.html#load(java.io.Reader)
|
||||
* https://en.wikipedia.org/wiki/.properties
|
||||
*/
|
||||
class JavaPropertiesFactory : KeyValueConfigFactory!(
|
||||
SupportHashtagComments.yes,
|
||||
|
|
Loading…
Reference in a new issue