Skip to content

Commit

Permalink
Update model docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsieu committed Nov 2, 2021
1 parent b864110 commit 26e799b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/seedu/address/model/Model.java
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ public interface Model {
* Replaces the given task {@code target} with {@code editedTask}.
* {@code target} must exist in the task list.
* setTask uses targetIndex rather than target Person; This is because tasks may not be unique, unlike persons
* @return
*
* @return The edited task with updated contact information
*/
Task setTask(Task target, Task editedTask);

Expand Down

0 comments on commit 26e799b

Please sign in to comment.