Seeing how the DataController now handles all of file processing, can the following methods be removed?
- StudyPlannerController - line 51 - public boolean fileValidation(String filedata)
- StudyPlanner - line 64 - public void loadFile(String filePath)
- StudyPlanner - line 86 - public void processHubFile(HubFile newHubFile)
Seeing how the DataController now handles all of file processing, can the following methods be removed?