Cloud Non production pipeline error
The code quality step for the Non-production pipeline threw the following error.

what is the correct code snippet to replace the above code.
a.

b.

c.

d.

Thanks in advance!
The code quality step for the Non-production pipeline threw the following error.

what is the correct code snippet to replace the above code.
a.

b.

c.

d.

Thanks in advance!
Option B
public void test() {
HttpClientBuilder builder = httpClientBuilderFactory.newBuilder();
RequestConfig requestConfig = RequestConfig.custom()
.setConnectTimeout(5000)
.setSocketTimeout(5000)
.build();
builder.setDefaultRequestConfig(requestConfig);
HttpClient httpClient = builder.build();
// do something with the client
}Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.