BAEL-12 remove final
This commit is contained in:
parent
3eb0575708
commit
a985a9fb5a
|
@ -45,7 +45,7 @@ public class HttpClientAdvancedConfiguration {
|
||||||
.withStatus(200)));
|
.withStatus(200)));
|
||||||
|
|
||||||
HttpClient httpClient = HttpClients.createDefault();
|
HttpClient httpClient = HttpClients.createDefault();
|
||||||
final HttpGet httpGet = new HttpGet("http://localhost:8089/detail");
|
HttpGet httpGet = new HttpGet("http://localhost:8089/detail");
|
||||||
httpGet.setHeader(HttpHeaders.USER_AGENT, userAgent);
|
httpGet.setHeader(HttpHeaders.USER_AGENT, userAgent);
|
||||||
|
|
||||||
//when
|
//when
|
||||||
|
|
Loading…
Reference in New Issue