Product instead of UserProfile
dkoci opened this issue · 0 comments
dkoci commented
Hi.
https://github.com/cescoffier/reactive-systems-in-java/blob/main/chapter-7/order-example/src/main/java/org/acme/UserService.java method getRandomUser()
has Product.findAll()
. I thik it should be UserProfile.findAll()
.