Fix checkstyle violation

This commit is contained in:
Stephane Nicoll
2017-09-26 18:42:04 +02:00
parent eb045f1da1
commit 61bbaf140c

View File

@@ -167,7 +167,7 @@ public class EnvironmentEndpoint {
private final Sanitizer sanitizer;
public PropertySourcesPlaceholdersSanitizingResolver(
PropertySourcesPlaceholdersSanitizingResolver(
Iterable<PropertySource<?>> sources, Sanitizer sanitizer) {
super(sources, new PropertyPlaceholderHelper(
SystemPropertyUtils.PLACEHOLDER_PREFIX,