You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-cloud-context/src/main/java/org/springframework/cloud/bootstrap/config/PropertySourceBootstrapProperties.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ public class PropertySourceBootstrapProperties {
12
12
privatebooleanoverrideSystemProperties = true;
13
13
14
14
/**
15
-
* Flag to indicate that {@link #isSystemPropertiesOverride()
15
+
* Flag to indicate that {@link #isOverrideSystemProperties()
16
16
* systemPropertiesOverride} can be used. Set to false to prevent users from changing
0 commit comments