Add properties file to a comment listing all the source of configuration

This commit is contained in:
Luca Abbati 2019-06-03 15:44:22 +02:00
parent bfd9680d75
commit da05772897
No known key found for this signature in database
GPG Key ID: 74DBB952D9BA17F2
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ public class Config {
// Values from an optionally provided properties file
private static Properties propertiesFromConfigFile;
// Read order: System Properties -> Env Variables, [-> default value]
// Read order: System Properties -> Env Variables, [-> properties file], [-> default value]
// Visible for testing
Config() {
propertiesFromConfigFile = loadConfigurationFile();