Skip to content

Commit d1b8fa3

Browse files
zzzadrugailayaperumalg
authored andcommitted
Fix JsonReader example
1 parent d3afa63 commit d1b8fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/etl-pipeline.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class MyJsonReader {
118118
119119
private final Resource resource;
120120
121-
MyAiAppComponent(@Value("classpath:bikes.json") Resource resource) {
121+
MyJsonReader(@Value("classpath:bikes.json") Resource resource) {
122122
this.resource = resource;
123123
}
124124

0 commit comments

Comments
 (0)