We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d46bbd commit 3cb6e98Copy full SHA for 3cb6e98
oauth2_http/java/com/google/auth/oauth2/ComputeEngineCredentials.java
@@ -658,8 +658,8 @@ public static class Builder extends GoogleCredentials.Builder {
658
private Collection<String> scopes;
659
private Collection<String> defaultScopes;
660
661
- private String transport = "";
662
- private String bindingEnforcement = "";
+ private String transport;
+ private String bindingEnforcement;
663
664
protected Builder() {
665
setRefreshMargin(COMPUTE_REFRESH_MARGIN);
0 commit comments