Skip to content

Commit

Permalink
Make recipe name more descriptive take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sambsnyd committed Jan 16, 2024
1 parent 9c102cb commit 730391d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,14 @@

import java.util.Objects;


@Value
@EqualsAndHashCode(callSuper = true)
public class FindApiCalls extends Recipe {
transient ApiCalls calls = new ApiCalls(this);

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

@Override
Expand Down

0 comments on commit 730391d

Please sign in to comment.