mirror of
https://github.com/mbierlee/mirage-config.git
synced 2024-11-15 04:44:01 +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;
|
SupportColonSeparator, SupportKeysWithoutValues;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates configuration files from Java properties.
|
* Creates configuration dictionaries from Java properties.
|
||||||
*
|
*
|
||||||
* Format specifications:
|
* Format specifications:
|
||||||
* https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Properties.html#load(java.io.Reader)
|
* 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!(
|
class JavaPropertiesFactory : KeyValueConfigFactory!(
|
||||||
SupportHashtagComments.yes,
|
SupportHashtagComments.yes,
|
||||||
|
|
Loading…
Reference in a new issue