-
- Downloads
Changed the employees and shift collections from both being ArrayList<String>...
Changed the employees and shift collections from both being ArrayList<String> to HashMap<Int ID, Employee> and HashMap<Int ID, Shift> respectively. Refactored all methods that used the old employee and shift collections. Cleaned up some warnings.
parent
444ce965
No related branches found
No related tags found
Loading
Please register or sign in to comment