Skip to content

Commit 61bbaf1

Browse files
committed
Fix checkstyle violation
1 parent eb045f1 commit 61bbaf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-actuator/src/main/java/org/springframework/boot/actuate/env/EnvironmentEndpoint.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ private static class PropertySourcesPlaceholdersSanitizingResolver
167167

168168
private final Sanitizer sanitizer;
169169

170-
public PropertySourcesPlaceholdersSanitizingResolver(
170+
PropertySourcesPlaceholdersSanitizingResolver(
171171
Iterable<PropertySource<?>> sources, Sanitizer sanitizer) {
172172
super(sources, new PropertyPlaceholderHelper(
173173
SystemPropertyUtils.PLACEHOLDER_PREFIX,

0 commit comments

Comments
 (0)