Skip to content

Commit

Permalink
[O] Optimize StJohnsCourse
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Sep 7, 2019
1 parent b278834 commit bc049da
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ public class StJohnsCourse extends VeracrossCourse
*/
public StJohnsCourse(VeracrossCourse course)
{
// Copy info
super(course.getName(), course.getTeacherName(), course.getId(), course.getAssignmentsId());
super(course);

// Detect level
if (course.getName().startsWith("AP"))
Expand Down

0 comments on commit bc049da

Please sign in to comment.