Skip to content

Commit

Permalink
test: to not be release
Browse files Browse the repository at this point in the history
Signed-off-by: Joris Mancini <joris.mancini_externe@rte-france.com>
  • Loading branch information
TheMaskedTurtle committed Oct 7, 2024
1 parent d7bd8ab commit b780966
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
public class RestTemplateConfig {

@Bean
public RestTemplate restTemplate(RestTemplateBuilder restTemplateBuilder) {
return restTemplateBuilder.build();
public RestTemplate restTemplate(RestTemplateBuilder builder) {
return builder.build();
}
}

0 comments on commit b780966

Please sign in to comment.