Skip to content

Commit

Permalink
Merge 5d4bcac into 3f51bc8
Browse files Browse the repository at this point in the history
  • Loading branch information
Seris370 committed Nov 11, 2019
2 parents 3f51bc8 + 5d4bcac commit f4fe69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DeveloperGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ Step 6. The user executes `deleteplan 1`, which calls `Model#getFilteredPlanList
** Cons: Adds coupling due to access to `filteredProblemList` in the model.
* **Alternative 3:** By exactly-matching tags of the original problem.
** Pros: User-friendly.
** Cons: MAdds coupling due to access to `filteredProblemList` in the model as the wrapped-up task does not have a tag list field.
** Cons: Adds coupling due to access to `filteredProblemList` in the model as the wrapped-up task does not have a tag list field.
// end::plan[]
//@@author

Expand Down

0 comments on commit f4fe69d

Please sign in to comment.