Skip to content

Commit

Permalink
no default value in builder.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmehta19 committed Dec 3, 2024
1 parent 9d46bbd commit 3cb6e98
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -658,8 +658,8 @@ public static class Builder extends GoogleCredentials.Builder {
private Collection<String> scopes;
private Collection<String> defaultScopes;

private String transport = "";
private String bindingEnforcement = "";
private String transport;
private String bindingEnforcement;

protected Builder() {
setRefreshMargin(COMPUTE_REFRESH_MARGIN);
Expand Down

0 comments on commit 3cb6e98

Please sign in to comment.