ucsb-cs56-projects / cs56-utilities-todo

-
0 stars 6 forks source link

Bugfix: List edit after loading #54

Closed popi528 closed 6 years ago

popi528 commented 6 years ago

Fixed the bug of save and load file.

guanguangua commented 6 years ago

List.java Task.java Todo.java TodoList.java are the actual files that got changed. Fixed the bug that you can't save the list to a file and load the file.

guanguangua commented 6 years ago

Fixes Issue #47