Skip to content

Commit

Permalink
Fix issues reported by CodeQL (Missing Override annotation)
Browse files Browse the repository at this point in the history
'Missing Override annotation' was reported 21 times.
This commit adds the missing annotations.

Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Oct 1, 2024
1 parent 508993e commit 08fec29
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ public boolean equals(Object potentialContextDescriptor) {
return false;
}

@Override
public int hashCode() {
return (clazz + fileName).hashCode();
}
Expand Down

0 comments on commit 08fec29

Please sign in to comment.