Commit 0152df0e authored by NewbieOrange's avatar NewbieOrange
Browse files

Fix StudentService#passedPrerequisitesForCourse document

parent ac3b6b3c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -217,7 +217,7 @@ public interface StudentService {
     *
     * @param studentId
     * @param courseId
     * @return true if the student has any course score record that is passed (>=60 or PASS), which means he has passed the course.
     * @return true if the student has passed the course's prerequisites (>=60 or PASS).
     */
    boolean passedPrerequisitesForCourse(int studentId, String courseId);