Skip to content

Commit

Permalink
Update ScoreMatchPredicate.java
Browse files Browse the repository at this point in the history
  • Loading branch information
siqirua authored Nov 2, 2023
1 parent 10211de commit 2e71e54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public ScoreMatchPredicate(List<String> gcKeywords) {
this.tutorialGroupKeywords = new ArrayList<>();
this.studentMatchPredicate = new StudentMatchPredicate(empty, empty, empty, empty, empty);
this.tagKeywords = new ArrayList<>();
this.gcKeywords = gcKeywords;
this.gcNames = gcKeywords;
this.gcMatchPredicate = new GcMatchPredicate();
}

Expand Down

0 comments on commit 2e71e54

Please sign in to comment.