Skip to content

Commit

Permalink
Update SavingsAccount.java
Browse files Browse the repository at this point in the history
  • Loading branch information
JitseGoutbeek authored Jun 28, 2024
1 parent 3a4155f commit 2e2f3fa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

// tag::SavingsAccount[]
public class SavingsAccount extends Account {
private static final float INTEREST_PERCENTAGE = 0.05f;
CheckingAccount registeredCounterAccount;

public Transfer makeTransfer(Money amount)
Expand Down

0 comments on commit 2e2f3fa

Please sign in to comment.