BAEL-12 remove final

This commit is contained in:
Tomasz Lelek 2017-02-14 10:01:09 +01:00
parent 3eb0575708
commit a985a9fb5a
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class HttpClientAdvancedConfiguration {
.withStatus(200)));
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);
//when