Skip to content

Commit

Permalink
Merge pull request #1014 from CDCgov/codeql-119-finding
Browse files Browse the repository at this point in the history
Add `@Override` to `SendOrderUseCase`
  • Loading branch information
halprin authored Apr 11, 2024
2 parents 636c960 + 0a324ca commit 6281f11
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public static SendOrderUseCase getInstance() {
return INSTANCE;
}

@Override
public void convertAndSend(final Order<?> order, String receivedSubmissionId)
throws UnableToSendMessageException {

Expand Down

0 comments on commit 6281f11

Please sign in to comment.