Skip to content

Commit 98052f7

Browse files
author
“Tezz03”
committed
fix:had to run gradle spotless apply and the tests
1 parent 133525f commit 98052f7

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/BankAccount.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public class BankAccount {
1818
* @param owners The owners of the account.
1919
* @param initialBalance The initial balance of the account.
2020
*/
21+
// Constructor
2122
public BankAccount(String accountNumber, Set<Customer> owners, double initialBalance) {
2223
this.accountNumber = accountNumber;
2324
this.owners = owners;

0 commit comments

Comments
 (0)