Skip to content

Commit 8ed90c4

Browse files
committed
chore: added notes
1 parent 11361ae commit 8ed90c4

File tree

1 file changed

+1
-0
lines changed
  • lesson_17/bank/bank_app/src/main/java/com/codedifferently/lesson17/bank

1 file changed

+1
-0
lines changed

lesson_17/bank/bank_app/src/main/java/com/codedifferently/lesson17/bank/Customer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public class Customer {
1717
*
1818
* @param id The ID of the customer.
1919
* @param name The name of the customer.
20+
* @param isBusiness Indicates whether the customer is a business (true) or an individual (false).
2021
*/
2122
public Customer(UUID id, String name, boolean isBusiness) {
2223
this.id = id;

0 commit comments

Comments
 (0)