We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e7ac0 commit b841c12Copy full SHA for b841c12
src/main/java/guru/springframework/controllers/ProductController.java
@@ -22,7 +22,7 @@ public void setProductService(ProductService productService) {
22
@RequestMapping(value = "/products", method = RequestMethod.GET)
23
public String list(Model model){
24
model.addAttribute("products", productService.listAllProducts());
25
- System.out.println("Returning rpoducts:");
+ System.out.println("Returning products:");
26
return "products";
27
}
28
0 commit comments