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 2e4a9e8 commit 6996ec1Copy full SHA for 6996ec1
oauth2_http/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java
@@ -34,6 +34,7 @@
34
import static com.google.common.base.Preconditions.checkNotNull;
35
36
import com.google.common.annotations.VisibleForTesting;
37
+import com.google.common.base.Strings;
38
import java.io.ByteArrayInputStream;
39
import java.io.IOException;
40
import java.io.InputStream;
@@ -50,7 +51,6 @@
50
51
import java.util.List;
52
import java.util.regex.Matcher;
53
import java.util.regex.Pattern;
-import jdk.internal.joptsimple.internal.Strings;
54
55
/**
56
* Provider for retrieving the subject tokens for {@link IdentityPoolCredentials} by reading an
0 commit comments