Update PropertySourceBootstrapProperties.java (#274)

This commit is contained in:
Misagh Moayyed
2017-11-16 10:42:45 -07:00
committed by Spencer Gibb
parent 1bd2c3112a
commit 4868cd3183

View File

@@ -12,7 +12,7 @@ public class PropertySourceBootstrapProperties {
private boolean overrideSystemProperties = true;
/**
* Flag to indicate that {@link #isSystemPropertiesOverride()
* Flag to indicate that {@link #isOverrideSystemProperties()
* systemPropertiesOverride} can be used. Set to false to prevent users from changing
* the default accidentally. Default true.
*/