Skip to content

Commit

Permalink
remove unnecessary empty constructor.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmehta19 committed Oct 23, 2024
1 parent c89b56c commit 544d9d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions oauth2_http/java/com/google/auth/oauth2/S2A.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ public final class S2A {

private transient HttpTransportFactory transportFactory;

public S2A() {}

public void setHttpTransportFactory(HttpTransportFactory tf) {
this.transportFactory = tf;
this.config = getS2AConfigFromMDS();
Expand Down

0 comments on commit 544d9d1

Please sign in to comment.