Fix JsonReader example

This commit is contained in:
Nikolai Kulagin
2024-10-30 20:25:21 +03:00
committed by Ilayaperumal Gopinathan
parent d3afa63b38
commit d1b8fa30f9

View File

@@ -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;
}