Skip to content

Commit 4c6aff6

Browse files
committed
Fix visibility of ApiKeyInterceptor's constructor
1 parent 27d17e9 commit 4c6aff6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/src/main/java/com/proxerme/library/connection/ProxerConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ private class ApiKeyInterceptor implements Interceptor {
445445

446446
private String apiKey;
447447

448-
public ApiKeyInterceptor(String apiKey) {
448+
ApiKeyInterceptor(String apiKey) {
449449
this.apiKey = apiKey;
450450
}
451451

0 commit comments

Comments
 (0)