Browse Source

Polish "Fix logging in CloudFoundryVcapEnvironmentPostProcessor"

See gh-19027
pull/19101/head
Stephane Nicoll 6 years ago
parent
commit
b23a3712c6
  1. 3
      spring-boot-project/spring-boot/src/main/java/org/springframework/boot/cloud/CloudFoundryVcapEnvironmentPostProcessor.java

3
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/cloud/CloudFoundryVcapEnvironmentPostProcessor.java

@ -89,7 +89,8 @@ import org.springframework.util.StringUtils; @@ -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();

Loading…
Cancel
Save