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 8ef198d commit d9c397aCopy full SHA for d9c397a
oauth2_http/java/com/google/auth/oauth2/ExternalAccountCredentials.java
@@ -683,7 +683,10 @@ private static boolean isValidUrl(String url) {
683
}
684
685
@Override
686
- public abstract Builder toBuilder();
+ 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
0 commit comments