** Red parts of the screenshot are items removed from the instructions, and green parts are items added to the instructions. **
- Correct the
TimeBlockUML comments
Previously, a comment on the TimeBlock constructor asked the student to instantiate an ArrayList when none existed.
- Update input file format
The input file format was amended to include all TimeBlock properties on a single line, separated by a comma. Input file format instructions are now consistent with the given input file.
- Update instructions for
toString()method in README.md
The instructions for the toString() method now reflect the correct format for the input file.
- Add
Courseclass to level 2 requirements.
Previously the Course class was not a graded component of the assignment.
-
Update the instructions to include Course class in level 1.
-
Remove
getFormatedTimeBlocks()from instructions.
- Remove
getFormattedTimeBlocks()from UML Diagram.






