Skip to content

Commit

Permalink
feat: Clean up javadoc [DHIS2-18321]
Browse files Browse the repository at this point in the history
  • Loading branch information
david-mackessy committed Dec 18, 2024
1 parent 7232555 commit 4b65729
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ List<DataApprovalStatus> getDataApprovalStatuses(
* @param uids {@link CategoryOptionCombo} {@link UID}s
* @return {@link DataApproval}s with {@link CategoryOptionCombo} {@link UID}s passed in
*/
List<DataApproval> getByCategoryOptionCombo(@Nonnull Collection<UID> uid);
List<DataApproval> getByCategoryOptionCombo(@Nonnull Collection<UID> uids);

/**
* Delete all {@link DataApproval}s with references to {@link CategoryOptionCombo} {@link UID}s
Expand Down

0 comments on commit 4b65729

Please sign in to comment.