Tweak comment

This commit is contained in:
Mike Bierlee 2022-10-13 01:39:05 +03:00
parent bfc0554b85
commit aaa6512af4

View file

@ -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,