SUPPORT-9509: Fix review
This commit is contained in:
parent
e519f0a52e
commit
15e4967ee4
1 changed files with 0 additions and 1 deletions
|
|
@ -701,7 +701,6 @@ public class EsiaAuthService {
|
||||||
.build();
|
.build();
|
||||||
HttpResponse<String> postResp = HttpClient.newBuilder()
|
HttpResponse<String> postResp = HttpClient.newBuilder()
|
||||||
.connectTimeout(Duration.ofSeconds(esiaConfig.getConnectionTimeout()))
|
.connectTimeout(Duration.ofSeconds(esiaConfig.getConnectionTimeout()))
|
||||||
|
|
||||||
.build()
|
.build()
|
||||||
.send(postReq, HttpResponse.BodyHandlers.ofString());
|
.send(postReq, HttpResponse.BodyHandlers.ofString());
|
||||||
String responseString = postResp.body();
|
String responseString = postResp.body();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue