Skip to content

Commit

Permalink
Merge pull request #202 from Cohii2/master
Browse files Browse the repository at this point in the history
Fix Error
  • Loading branch information
mukund1403 authored Apr 15, 2024
2 parents a47d19b + 89fc295 commit a9be9c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/seedu/duke/Group.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ public class Group {

private static List<User> members = null;

private static GroupNameChecker groupNameChecker = new GroupNameChecker();

private final String groupName;

private final List<Expense> expenseList;
Expand Down

0 comments on commit a9be9c7

Please sign in to comment.