Fix checkstyle violation

This commit is contained in:
Stephane Nicoll 2017-09-26 18:42:04 +02:00
parent eb045f1da1
commit 61bbaf140c
1 changed files with 1 additions and 1 deletions

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,