Skip to content

Commit

Permalink
mark overridden method with @Override
Browse files Browse the repository at this point in the history
Signed-off-by: Manfred Hanke <[email protected]>
  • Loading branch information
hankem committed Dec 29, 2023
1 parent 1c23935 commit 1df5bf0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public boolean isMethod() {
return true;
}

@Override
@PublicAPI(usage = ACCESS)
public Set<JavaMethodCall> getCallsOfSelf() {
return getReverseDependencies().getCallsTo(this);
Expand Down

0 comments on commit 1df5bf0

Please sign in to comment.