-
Notifications
You must be signed in to change notification settings - Fork 2
Implement the deleteById(int id) method to delete a task. #5
Copy link
Copy link
Closed
Description
Is implemented by #32
See the code near this line:
public void deleteById(int id) { //TODO: Implement the deleteById(int id) method to delete a task.
Also, look for the number of this issue in the project code base.
Heads Up!
Accordingly to the discussion #13 , the issue #12 is now to be considered as part of this issue. #12 reads:
See the code near this line:
public void removeById(int id) { //TODO: Implement removeById(int id) to delete a task by id in DB.
Also, look for the number of this issue in the project code base.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels