We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a1694 commit 71faa5fCopy full SHA for 71faa5f
oauth2_http/java/com/google/auth/oauth2/ComputeEngineCredentials.java
@@ -69,7 +69,6 @@ public class ComputeEngineCredentials extends GoogleCredentials
69
70
private static final Logger LOGGER = Logger.getLogger(ComputeEngineCredentials.class.getName());
71
72
- // Note: the explicit IP address is used to avoid name server resolution issues.
73
static final String DEFAULT_METADATA_SERVER_URL = "http://metadata.google.internal";
74
75
static final String SIGN_BLOB_URL_FORMAT =
0 commit comments