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 11361ae commit 8ed90c4Copy full SHA for 8ed90c4
lesson_17/bank/bank_app/src/main/java/com/codedifferently/lesson17/bank/Customer.java
@@ -17,6 +17,7 @@ public class Customer {
17
*
18
* @param id The ID of the customer.
19
* @param name The name of the customer.
20
+ * @param isBusiness Indicates whether the customer is a business (true) or an individual (false).
21
*/
22
public Customer(UUID id, String name, boolean isBusiness) {
23
this.id = id;
0 commit comments