Fix JsonReader example
This commit is contained in:
committed by
Ilayaperumal Gopinathan
parent
d3afa63b38
commit
d1b8fa30f9
@@ -118,7 +118,7 @@ class MyJsonReader {
|
||||
|
||||
private final Resource resource;
|
||||
|
||||
MyAiAppComponent(@Value("classpath:bikes.json") Resource resource) {
|
||||
MyJsonReader(@Value("classpath:bikes.json") Resource resource) {
|
||||
this.resource = resource;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user