Clarify property docs. Fixes #1264

This commit is contained in:
Ryan Baxter
2023-09-08 09:12:57 -04:00
parent db4a1bbd75
commit ea1fc56772
2 changed files with 3 additions and 2 deletions

View File

@@ -42,7 +42,8 @@ public class PropertySourceBootstrapProperties {
/**
* Flag to indicate that when {@link #setAllowOverride(boolean) allowOverride} is
* true, external properties should take lowest priority and should not override any
* existing property sources (including local config files). Default false.
* existing property sources (including local config files). Default false. This will
* only have an effect when using config first bootstrap.
*/
private boolean overrideNone = false;