mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-05-12 17:04:48 +00:00
[ACS-4460] remove '()'
This commit is contained in:
parent
0abe3c1f89
commit
3b2d1c5639
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user