Skip to content

Commit b990fd6

Browse files
xion-chokimohiomanbo
authored andcommitted
fix: correct name typo from 'AsynClients' to 'AsyncClients'
Signed-off-by: Changho Kim <[email protected]>
1 parent f47d7ae commit b990fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto-configurations/mcp/spring-ai-autoconfigure-mcp-client/src/main/java/org/springframework/ai/mcp/client/autoconfigure/McpClientAutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ public List<McpAsyncClient> mcpAsyncClients(McpAsyncClientConfigurer mcpSyncClie
244244

245245
@Bean
246246
@ConditionalOnProperty(prefix = McpClientCommonProperties.CONFIG_PREFIX, name = "type", havingValue = "ASYNC")
247-
public CloseableMcpAsyncClients makeAsynClientsClosable(List<McpAsyncClient> clients) {
247+
public CloseableMcpAsyncClients makeAsyncClientsClosable(List<McpAsyncClient> clients) {
248248
return new CloseableMcpAsyncClients(clients);
249249
}
250250

0 commit comments

Comments
 (0)