You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/course-information/src/main/java/edu/uga/devdogs/course_information/controller/CourseInfoController.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -359,7 +359,7 @@ public ResponseEntity<Integer> getNumProfessorRatings(String lname, String fname
359
359
/**
360
360
* Returns a list of recommended CRNS given paramters.
361
361
*
362
-
* @param inputCourseCrns Potentials CRNs for a schedule
362
+
* @param inputCourseNumbers Potential course numbers for a schedule
363
363
* @param gapDay Day of the week to leave open
364
364
* @param prefStartTime Preferred start time for the schedule
365
365
* @param prefEndTime Preferred end time for the schedule
@@ -379,11 +379,11 @@ public ResponseEntity<Integer> getNumProfessorRatings(String lname, String fname
Copy file name to clipboardExpand all lines: services/course-information/src/main/java/edu/uga/devdogs/course_information/service/CourseInformationService.java
+36-1Lines changed: 36 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -318,7 +318,7 @@ public double getLongitude(String buildingCode) {
0 commit comments