Skip to content

Commit

Permalink
Fix: Visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsladek committed Apr 29, 2024
1 parent 7b22ffa commit 44cff3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class BaseHttpClient {

private final HttpClient httpClient;

public BaseHttpClient(HttpClient httpClient) {
protected BaseHttpClient(HttpClient httpClient) {
this.httpClient = httpClient;
}

Expand Down

0 comments on commit 44cff3c

Please sign in to comment.