komarichyn / time-management

study project which show us how to implement todo list
0 stars 2 forks source link

Wrong type for field id in Task.java #29

Closed komarichyn closed 3 years ago

komarichyn commented 3 years ago

private int id; let's use object instead easy type and extend a range or number should be private Long id;