Skip to content

Commit 1796575

Browse files
committed
chore: Remove override from ExternalAccountCredentials
1 parent d9c397a commit 1796575

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

oauth2_http/java/com/google/auth/oauth2/ExternalAccountCredentials.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -682,12 +682,6 @@ private static boolean isValidUrl(String url) {
682682
return true;
683683
}
684684

685-
@Override
686-
public Builder toBuilder() {
687-
throw new IllegalStateException(
688-
"A derived class of ExternalAccountCredentials should be used to create a Builder");
689-
}
690-
691685
/**
692686
* Encapsulates the service account impersonation options portion of the configuration for
693687
* ExternalAccountCredentials.

0 commit comments

Comments
 (0)