Skip to content

Commit

Permalink
Merge pull request #224 from medizininformatik-initiative/bugfix/223-…
Browse files Browse the repository at this point in the history
…fix-code-scanning-alert-missing-override-annotation

#223 - Fix code scanning alert - Missing Override annotation
  • Loading branch information
michael-82 authored Nov 3, 2023
2 parents 09ba7e8 + a73f398 commit 7d8acd2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public List<String> getResultSiteIds(String brokerQueryId) throws QueryNotFoundE
return findQuery(brokerQueryId).hasResult() ? Collections.singletonList(SITE_ID_LOCAL) : Collections.emptyList();
}

@Override
public String getSiteName(String siteId) throws SiteNotFoundException {
if (SITE_ID_LOCAL.equals(siteId)) {
return SITE_NAME_LOCAL;
Expand Down

0 comments on commit 7d8acd2

Please sign in to comment.