Commit b23a3712 authored by Stephane Nicoll's avatar Stephane Nicoll

Polish "Fix logging in CloudFoundryVcapEnvironmentPostProcessor"

See gh-19027
parent f1489e41
......@@ -89,7 +89,8 @@ import org.springframework.util.StringUtils;
* @author Andy Wilkinson
* @since 1.3.0
*/
public class CloudFoundryVcapEnvironmentPostProcessor implements EnvironmentPostProcessor, Ordered, ApplicationListener<ApplicationPreparedEvent> {
public class CloudFoundryVcapEnvironmentPostProcessor
implements EnvironmentPostProcessor, Ordered, ApplicationListener<ApplicationPreparedEvent> {
private static final DeferredLog logger = new DeferredLog();
......
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