Skip to content

Commit b23a371

Browse files
committed
Polish "Fix logging in CloudFoundryVcapEnvironmentPostProcessor"
See gh-19027
1 parent f1489e4 commit b23a371

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@
8989
* @author Andy Wilkinson
9090
* @since 1.3.0
9191
*/
92-
public class CloudFoundryVcapEnvironmentPostProcessor implements EnvironmentPostProcessor, Ordered, ApplicationListener<ApplicationPreparedEvent> {
92+
public class CloudFoundryVcapEnvironmentPostProcessor
93+
implements EnvironmentPostProcessor, Ordered, ApplicationListener<ApplicationPreparedEvent> {
9394

9495
private static final DeferredLog logger = new DeferredLog();
9596

0 commit comments

Comments
 (0)