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 ede37bd commit 1bbf611Copy full SHA for 1bbf611
clean-architecture/README.md
@@ -63,7 +63,7 @@ public class Cart {
63
private Product product;
64
private int quantity;
65
66
- public CartItem(Product product, int quantity) {
+ public Cart(Product product, int quantity) {
67
this.product = product;
68
this.quantity = quantity;
69
}
0 commit comments