Skip to content

Commit

Permalink
Update MainFrame.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Jchhhh committed May 26, 2024
1 parent 7ad375f commit b9005f9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ public class MainFrame extends JFrame {

/**
* InterestService instance for handling interest-related business logic.
*/ private InterestService interestService;
*/
private InterestService interestService;
/**
* DepositService instance for handling deposit-related business logic.
*/
Expand Down

0 comments on commit b9005f9

Please sign in to comment.