Commit 61bbaf14 authored by Stephane Nicoll's avatar Stephane Nicoll

Fix checkstyle violation

parent eb045f1d
...@@ -167,7 +167,7 @@ public class EnvironmentEndpoint { ...@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment