Skip to content

Commit

Permalink
Update README.md (#124)
Browse files Browse the repository at this point in the history
Fix javadoc in an interface in Lab 04 assignment
  • Loading branch information
w1nston19 authored Nov 6, 2023
1 parent b8ed341 commit bb6522e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 04-collections-clean-code/lab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public interface GymMember {
*
* @param day - DayOfWeek to train the exercise.
* @param exercises - list of the trained Exercises
* @throws DayOffException if the Workout on this day is null or the exercises list is empty.
* @throws DayOffException if the Workout on this day is null
* @throws IllegalArgumentException if day is null or exercises is null or empty
*/
void addExercises(DayOfWeek day, List<Exercise> exercises);
Expand Down

0 comments on commit bb6522e

Please sign in to comment.