fix incorrect doc comment
This commit is contained in:
parent
edacc0a359
commit
6229197fba
|
@ -186,9 +186,9 @@ public class Settings {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieves the configuration of Llanfair. The configuration is read from
|
* Retrieves the configuration of Llanfair. The configuration is read from
|
||||||
* {@code llanfair.xml} placed in the working directory. If such a file
|
* {@code llanfair.xml} placed in the working directory. Default configuration
|
||||||
* cannot be found, a default configuration is loaded. No local
|
* values are applied for any values not present in the loaded configuration file.
|
||||||
* configuration is loaded here, a call to {@code setRun} is required to
|
* No local configuration is loaded here, a call to {@code setRun} is required to
|
||||||
* do just that. This method is lenient and called by the first property
|
* do just that. This method is lenient and called by the first property
|
||||||
* whose value is requested.
|
* whose value is requested.
|
||||||
*/
|
*/
|
||||||
|
|
Reference in a new issue