Skip to content

Commit

Permalink
Update GoalService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Jchhhh authored May 26, 2024
1 parent df8ede2 commit 3840094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/seg83/childbank/service/GoalService.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class GoalService {
/**
* The goal amount.
*/
private double goalAmount;
private double totalAmount;

/**
* The total amount (current + deposit).
Expand Down

0 comments on commit 3840094

Please sign in to comment.