Closed YuvalDeshe closed 1 month ago
some issues: -create class constructors -change the class property visibility to private; currently is package protected -create necessary getters and setters -specifically line 11 note: setting the values of the array should be done by a constructor and after the variables have be initialized
The commit 07510e0:
The commit 40de972 fixed the order of the variables.
The commits 1de790b and b53cf0a moved the file to the correct directory according to the new file structure and added Professor.java to the edu.uga.devdogs.professor_rating.webscraping
package.
Added the Professor class to be used in webscraping; #21