Skip to content

Commit c3b509f

Browse files
Jorism/test (#7)
Signed-off-by: Joris Mancini <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0131ec5 commit c3b509f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/gridsuite/spreadsheetconfig/server/RestTemplateConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
public class RestTemplateConfig {
1919

2020
@Bean
21-
public RestTemplate restTemplate(RestTemplateBuilder builder) {
22-
return builder.build();
21+
public RestTemplate restTemplate(RestTemplateBuilder test) {
22+
return test.build();
2323
}
2424
}
2525

0 commit comments

Comments
 (0)