Skip to content

Commit

Permalink
Merge branch 'main' into remove-JUnit5BestPractices-from-RemoveObsole…
Browse files Browse the repository at this point in the history
…teRunners
  • Loading branch information
timtebeek authored Jan 16, 2024
2 parents 97f6c05 + 730391d commit 7cc5f60
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 API calls";
return "Find HTTP API calls via `RestTemplate`";
}

@Override
Expand Down

0 comments on commit 7cc5f60

Please sign in to comment.