Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 1.72 KB

File metadata and controls

43 lines (22 loc) · 1.72 KB

Major Program 1 Errata

** Red parts of the screenshot are items removed from the instructions, and green parts are items added to the instructions. **

Update 1

  1. Correct the TimeBlock UML comments

Previously, a comment on the TimeBlock constructor asked the student to instantiate an ArrayList when none existed.

TimeBlock UML Diff

  1. 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.

README Diff for Input File

Input file Diff

  1. Update instructions for toString() method in README.md

The instructions for the toString() method now reflect the correct format for the input file.

README Diff for toString

  1. Add Course class to level 2 requirements.

Previously the Course class was not a graded component of the assignment.

README Diff for Course

Update 2

  1. Update the instructions to include Course class in level 1.

  2. Remove getFormatedTimeBlocks() from instructions.

README Diff for Update 2

  1. Remove getFormattedTimeBlocks() from UML Diagram.

Appointment UML Diff for Update 2