Formatting

This commit is contained in:
Spencer Gibb
2018-01-08 16:55:33 -05:00
parent fef7d2c9a7
commit 673679fd00
6 changed files with 288 additions and 288 deletions

View File

@@ -49,7 +49,7 @@ public class CloudFoundryDiscoveryClient implements DiscoveryClient {
CloudFoundryDiscoveryClient(CloudFoundryOperations cloudFoundryOperations,
CloudFoundryService svc) {
CloudFoundryService svc) {
this.cloudFoundryService = svc;
this.cloudFoundryOperations = cloudFoundryOperations;
}

View File

@@ -52,7 +52,7 @@ public class CloudFoundryRibbonClientConfiguration {
@Bean
@ConditionalOnMissingBean
public ServerList<?> ribbonServerList(CloudFoundryService svc,
IClientConfig config) {
IClientConfig config) {
CloudFoundryServerList cloudFoundryServerList = new CloudFoundryServerList(svc);
cloudFoundryServerList.initWithNiwsConfig(config);
return cloudFoundryServerList;