Fix checkstyle violation
This commit is contained in:
parent
eb045f1da1
commit
61bbaf140c
|
|
@ -167,7 +167,7 @@ public class EnvironmentEndpoint {
|
||||||
|
|
||||||
private final Sanitizer sanitizer;
|
private final Sanitizer sanitizer;
|
||||||
|
|
||||||
public PropertySourcesPlaceholdersSanitizingResolver(
|
PropertySourcesPlaceholdersSanitizingResolver(
|
||||||
Iterable<PropertySource<?>> sources, Sanitizer sanitizer) {
|
Iterable<PropertySource<?>> sources, Sanitizer sanitizer) {
|
||||||
super(sources, new PropertyPlaceholderHelper(
|
super(sources, new PropertyPlaceholderHelper(
|
||||||
SystemPropertyUtils.PLACEHOLDER_PREFIX,
|
SystemPropertyUtils.PLACEHOLDER_PREFIX,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue