Skip to content

Commit

Permalink
Removed overwrite of proxy-aware httpclient
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Apr 23, 2020
1 parent f1a50ac commit 11e9f3e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ public WikiPathwaysClient(URL portAddress) {
} catch (Exception exception) {
System.out.println("ERROR while creating a HTTP client: " + exception.getMessage());
}
HttpClient httpclient = HttpClients.createDefault();
port = new WikiPathwaysRESTBindingStub(httpclient, portAddress.toString());
}

/**
Expand Down

0 comments on commit 11e9f3e

Please sign in to comment.