Skip to content

Commit

Permalink
chore: make method private
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Dec 18, 2024
1 parent a7a061f commit 7813a6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1792,7 +1792,7 @@ public CallCredentialsProvider getCallCredentialsProvider() {
return callCredentialsProvider;
}

public boolean usesNoCredentials() {
private boolean usesNoCredentials() {
return Objects.equals(getCredentials(), NoCredentials.getInstance());
}

Expand Down

0 comments on commit 7813a6d

Please sign in to comment.