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 d9c397a commit 1796575Copy full SHA for 1796575
oauth2_http/java/com/google/auth/oauth2/ExternalAccountCredentials.java
@@ -682,12 +682,6 @@ private static boolean isValidUrl(String url) {
682
return true;
683
}
684
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
-
691
/**
692
* Encapsulates the service account impersonation options portion of the configuration for
693
* ExternalAccountCredentials.
0 commit comments