Commit e22f522f authored by NewbieOrange's avatar NewbieOrange
Browse files

Update document for CourseSearchEntry#conflictCourseNames, close #127

parent bb71a677
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 time conflicting courses' full name, sorted alphabetically.
     * List all course or time conflicting courses' full name, sorted alphabetically.
     * Course full name: String.format("%s[%s]", course.name, section.name)
     * <p>
     * The conflict courses come from the student's enrolled courses (' sections).