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.
2 parents a979297 + 3e18e24 commit 43c5db9Copy full SHA for 43c5db9
src/main/java/guru/springframework/services/ProductServiceImpl.java
@@ -83,7 +83,7 @@ private void loadProducts(){
83
84
Product product5 = new Product();
85
product5.setId(5);
86
- product5.setDescription("Product 2");
+ product5.setDescription("Product 5");
87
product5.setPrice(new BigDecimal("25.99"));
88
product5.setImageUrl("http://example.com/product5");
89
0 commit comments