[ACS-4460] remove '()'

This commit is contained in:
kcichonczyk 2023-03-14 14:19:58 +01:00
parent 0abe3c1f89
commit 3b2d1c5639

View File

@ -77,7 +77,7 @@ public class MTLSConfig {
@Value("${client.ssl.trust-store-type:}") @Value("${client.ssl.trust-store-type:}")
private String trustStoreType; private String trustStoreType;
@Bean() @Bean
@Scope("prototype") @Scope("prototype")
public WebClient.Builder clientBuilder(SslContextBuilder nettySslContextBuilder) throws KeyStoreException, IOException, CertificateException, NoSuchAlgorithmException, UnrecoverableKeyException public WebClient.Builder clientBuilder(SslContextBuilder nettySslContextBuilder) throws KeyStoreException, IOException, CertificateException, NoSuchAlgorithmException, UnrecoverableKeyException
{ {