Polish "Fix logging in CloudFoundryVcapEnvironmentPostProcessor"

See gh-19027
This commit is contained in:
Stephane Nicoll 2019-11-21 13:41:47 +01:00
parent f1489e41ec
commit b23a3712c6
1 changed files with 2 additions and 1 deletions

View File

@ -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();