Skip to content

Commit

Permalink
Make recipe name more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
sambsnyd committed Jan 16, 2024
1 parent d39cf28 commit 9c102cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class FindApiCalls extends Recipe {

@Override
public String getDisplayName() {
return "Find API calls";
return "Find outbound HTTP API calls";
}

@Override
Expand Down

0 comments on commit 9c102cb

Please sign in to comment.