()
| 74 | } |
| 75 | |
| 76 | @Override |
| 77 | public String toString() { |
| 78 | return "Task [id=" + id + ", title=" + title + ", description=" |
| 79 | + description + ", priority=" + priority + ", status=" + status |
| 80 | + "]"; |
| 81 | } |
| 82 | |
| 83 | } |
no outgoing calls
no test coverage detected