Skip to content

Commit

Permalink
Polish "Fix logging in CloudFoundryVcapEnvironmentPostProcessor"
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Nov 21, 2019
1 parent f1489e4 commit b23a371
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@
* @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();

Expand Down

0 comments on commit b23a371

Please sign in to comment.