Skip to content

Commit bca6afd

Browse files
committed
Fix checkstyle
Closes gh-4254 Signed-off-by: Rafael Cunha <[email protected]>
1 parent eb3a91d commit bca6afd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-ai-model/src/main/java/org/springframework/ai/model/tool/DefaultToolCallingManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
import java.util.HashMap;
2121
import java.util.List;
2222
import java.util.Map;
23-
import java.util.Queue;
2423
import java.util.Optional;
24+
import java.util.Queue;
2525
import java.util.concurrent.CompletableFuture;
2626
import java.util.concurrent.ConcurrentLinkedDeque;
2727

@@ -305,7 +305,7 @@ public Builder taskExecutor(TaskExecutor taskExecutor) {
305305

306306
public DefaultToolCallingManager build() {
307307
return new DefaultToolCallingManager(this.observationRegistry, this.toolCallbackResolver,
308-
this.toolExecutionExceptionProcessor, taskExecutor);
308+
this.toolExecutionExceptionProcessor, this.taskExecutor);
309309
}
310310

311311
}

0 commit comments

Comments
 (0)