We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb045f1 commit 61bbaf1Copy full SHA for 61bbaf1
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/env/EnvironmentEndpoint.java
@@ -167,7 +167,7 @@ private static class PropertySourcesPlaceholdersSanitizingResolver
167
168
private final Sanitizer sanitizer;
169
170
- public PropertySourcesPlaceholdersSanitizingResolver(
+ PropertySourcesPlaceholdersSanitizingResolver(
171
Iterable<PropertySource<?>> sources, Sanitizer sanitizer) {
172
super(sources, new PropertyPlaceholderHelper(
173
SystemPropertyUtils.PLACEHOLDER_PREFIX,
0 commit comments