diff --git a/src/main/java/seedu/address/model/studentscore/ScoreMatchPredicate.java b/src/main/java/seedu/address/model/studentscore/ScoreMatchPredicate.java index efebd54a72e..2cac723c175 100644 --- a/src/main/java/seedu/address/model/studentscore/ScoreMatchPredicate.java +++ b/src/main/java/seedu/address/model/studentscore/ScoreMatchPredicate.java @@ -75,7 +75,7 @@ public ScoreMatchPredicate(List 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(); }