Skip to content

Commit

Permalink
seriously
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Sikina committed Oct 31, 2023
1 parent 75cc1cf commit 3037d0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@ApplicationScoped
public class ProxyWebClient {
private static final Logger LOG = LoggerFactory.getLogger(ProxyWebClient.class);
public HttpClient client;
HttpClient client;

public ProxyWebClient() {
client = HttpClientUtil.getConfiguredHttpClient();
Expand Down

0 comments on commit 3037d0d

Please sign in to comment.