edw1nzhao / cs2340_group16

CS2340 Group 16 Crowd-Sourced Water Reporting App
2 stars 1 forks source link

java.util.Date is depreciated. Replace with java.util.Calendar #130

Closed tomonarifeehan closed 7 years ago

tomonarifeehan commented 7 years ago

Date is depreciated. Replace all references with java.util.calendar in all Report classes and wherever contructors and getters are called in the project.

tomonarifeehan commented 7 years ago

Actually, this is not a problem. Date still works fine.