Skip to content

Commit

Permalink
Remove callsite to nonexistent method
Browse files Browse the repository at this point in the history
  • Loading branch information
shivanesabharwal committed Oct 25, 2023
1 parent a40f58e commit 8f4be3b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/main/java/net/starschema/clouddb/jdbc/Oauth2Bigquery.java
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@ private static Bigquery.Builder createBqBuilderForCredential(
if (userAgent != null) {
requestInitializer.setUserAgent(userAgent);
}
if (oauthToken != null) {
requestInitializer.setOauthToken(oauthToken);
}

bqBuilder.setBigqueryRequestInitializer(requestInitializer);
}
Expand Down Expand Up @@ -511,10 +508,6 @@ public void setUserAgent(String userAgent) {
this.userAgent = userAgent;
}

public String getOauthToken() {
return this.oauthToken;
}

@Override
public void initializeBigqueryRequest(BigqueryRequest<?> request) throws IOException {
if (userAgent != null) {
Expand Down

0 comments on commit 8f4be3b

Please sign in to comment.