Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#223 - Fix code scanning alert - Missing Override annotation #224

Conversation

michael-82
Copy link
Collaborator

  • add missing @OverRide annotation to DirectBrokerClient.getSiteName

@michael-82 michael-82 added the bug Something isn't working label Nov 1, 2023
@michael-82 michael-82 self-assigned this Nov 1, 2023
@michael-82 michael-82 linked an issue Nov 1, 2023 that may be closed by this pull request
1 task
Copy link

codecov bot commented Nov 1, 2023

Codecov Report

❗ No coverage uploaded for pull request base (develop@09ba7e8). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             develop     #224   +/-   ##
==========================================
  Coverage           ?   71.12%           
  Complexity         ?      481           
==========================================
  Files              ?      123           
  Lines              ?     2116           
  Branches           ?       98           
==========================================
  Hits               ?     1505           
  Misses             ?      551           
  Partials           ?       60           
Files Coverage Δ
...ackend/query/broker/direct/DirectBrokerClient.java 88.46% <ø> (ø)

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

- add missing @OverRide annotation to DirectBrokerClient.getSiteName
@michael-82 michael-82 force-pushed the bugfix/223-fix-code-scanning-alert-missing-override-annotation branch from ad451b0 to a73f398 Compare November 3, 2023 08:14
@michael-82 michael-82 removed the request for review from juliangruendner November 3, 2023 08:15
@michael-82 michael-82 merged commit 7d8acd2 into develop Nov 3, 2023
8 checks passed
@michael-82 michael-82 deleted the bugfix/223-fix-code-scanning-alert-missing-override-annotation branch November 3, 2023 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix code scanning alert - Missing Override annotation
1 participant