Skip to content

Commit

Permalink
fixed ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chengyouling committed Jan 15, 2025
1 parent 9ebe228 commit 5d747a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public void startup(Environment environment) {
new ServiceCenterClient(new ServiceCenterRawClient.Builder()
.setTenantName("default")
.setAddressManager(addressManager)
.setHttpTransport(createHttpTransport(environment, sslProperties)).build());
.setHttpTransport(createHttpTransport(environment, sslProperties)).build(), addressManager);

Map<String, ServiceCenterClient> clients = new HashMap<>(1);
clients.put(DEFAULT_REGISTRY_NAME, serviceCenterClient);
Expand Down

0 comments on commit 5d747a0

Please sign in to comment.