Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
qinxutan committed Apr 4, 2024
1 parent 08dda51 commit b58bc18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public TutorialTeam searchTeamByPredicate(Predicate<TutorialTeam> predicate, Tut
ModuleCode moduleCode) {
return null;
}
@Override
@Override
public void deleteStudentFromTeam(Person person, TutorialTeam tutorialTeam) {
throw new AssertionError("This method should not be called.");
}
Expand Down

0 comments on commit b58bc18

Please sign in to comment.