mirror of
https://github.com/pcvolkmer/mv64e-etl-processor
synced 2025-09-13 09:02:50 +00:00
refactor: rename method for custom rest template configuration
This commit is contained in:
@@ -72,7 +72,7 @@ public class GpasPseudonymGenerator implements Generator {
|
||||
|
||||
public GpasPseudonymGenerator(GPasConfigProperties gpasCfg, RetryTemplate retryTemplate) {
|
||||
this.retryTemplate = retryTemplate;
|
||||
this.restTemplate = getRestTemplete();
|
||||
this.restTemplate = getCustomRestTemplete();
|
||||
|
||||
this.gPasUrl = gpasCfg.getUri();
|
||||
this.psnTargetDomain = gpasCfg.getTarget();
|
||||
@@ -217,7 +217,7 @@ public class GpasPseudonymGenerator implements Generator {
|
||||
return sslContext;
|
||||
}
|
||||
|
||||
protected RestTemplate getRestTemplete() {
|
||||
protected RestTemplate getCustomRestTemplete() {
|
||||
if (customSslContext == null) {
|
||||
return new RestTemplate();
|
||||
}
|
||||
|
Reference in New Issue
Block a user