Formatting
This commit is contained in:
@@ -49,7 +49,7 @@ public class CloudFoundryDiscoveryClient implements DiscoveryClient {
|
||||
|
||||
|
||||
CloudFoundryDiscoveryClient(CloudFoundryOperations cloudFoundryOperations,
|
||||
CloudFoundryService svc) {
|
||||
CloudFoundryService svc) {
|
||||
this.cloudFoundryService = svc;
|
||||
this.cloudFoundryOperations = cloudFoundryOperations;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user