Commit 59c0c7b4 authored by yuki_chen's avatar yuki_chen Committed by yuki_chen
Browse files

Correct conflictCourseNames sorting

parent cab20ad3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ public class CourseSearchEntry {
    public Set<CourseSectionClass> sectionClasses;

    /**
     * List all course or time conflicting courses' full name, sorted alphabetically.
     * List all course or time conflicting courses' full name, sorted by courseName, then sectionName.
     * Course full name: String.format("%s[%s]", course.name, section.name)
     * <p>
     * The conflict courses come from the student's enrolled courses (' sections).