kkevlar / section-searcher

Project for CSC 308 and 309
1 stars 0 forks source link

Declare each string on a separate line. #95

Closed Jdatechong closed 5 years ago

Jdatechong commented 5 years ago

In CourseData.java line 7:

public String course, sect, id, type, ge, req, days, start, end, instructor, location, ics;

Each string should be declared on a new line.