Checkstyle fixes

This commit is contained in:
Spencer Gibb
2019-04-29 15:13:07 -04:00
parent c9ff45fc5a
commit 8f7c072391
6 changed files with 91 additions and 24 deletions

View File

@@ -47,8 +47,8 @@ import org.springframework.context.annotation.Lazy;
* @author Scott Frederick
*/
@Configuration
@ConditionalOnProperty(prefix = "spring.cloud.cloudfoundry", name = { "username",
"password" })
@ConditionalOnProperty(prefix = "spring.cloud.cloudfoundry",
name = { "username", "password" })
@ConditionalOnClass(name = { "reactor.core.publisher.Flux",
"org.cloudfoundry.operations.DefaultCloudFoundryOperations",
"org.cloudfoundry.reactor.client.ReactorCloudFoundryClient",