Skip to content

Commit 1ab73e9

Browse files
author
AmiyahJo
committed
feat: adds exception import to savings account
1 parent 48839ea commit 1ab73e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lesson_17/bank/bank_app/src/test/java/com/codedifferently/lesson17/bank/SavingsAccount.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
import java.util.Set;
44

5+
import com.codedifferently.lesson17.bank.exceptions.CheckNotAllowedException;
6+
57
public class SavingsAccount extends CheckingAccount {
68
public SavingsAccount(String accountNumber, Set<Customer> owners, double initialBalance) {
79
super(accountNumber, owners, initialBalance);

0 commit comments

Comments
 (0)