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-context/src/main/java/org/springframework/context/support/PropertySourcesPlaceholderConfigurer.java
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -233,25 +233,25 @@ private static class ConfigurableEnvironmentPropertySource extends PropertySourc
233
233
234
234
235
235
@Override
236
-
@Nullable
237
-
publicObjectgetProperty(Stringname) {
236
+
publicbooleancontainsProperty(Stringname) {
238
237
for (PropertySource<?> propertySource : super.source.getPropertySources()) {
0 commit comments