LaunchCodeEducation / skills-back-end-java

Unit 3 (Java Track) of the LC101 Curriculum, following fundamentals in Python
http://education.launchcode.org/skills-back-end-java/
Other
17 stars 31 forks source link

Incorrect ListController Method named in MVC Assignment #20

Open AllynHD opened 6 years ago

AllynHD commented 6 years ago

In TechJobs-MVC -> Your Assignment -> The Controllers -> ListController -> Third Paragraph:

Instructions state "ListController also has index, listColumnValues, and listJobsByColumnAndValue handler methods".

ListController.java file instead has list, listColumnValues, and listJobsByColumnAndValue handler methods.