Skip to content

Commit

Permalink
Fix example code in upgrade-notes.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dafriz authored and tzolov committed Jul 9, 2024
1 parent 61a56db commit 40df264
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class SimpleAiController {
private final ChatClient chatClient;

SimpleAiController(ChatClient.Builder builder) {
this.builder = builder.build();
this.chatClient = builder.build();
}

@GetMapping("/ai/simple")
Expand Down

0 comments on commit 40df264

Please sign in to comment.