Skip to content

Commit

Permalink
docs: remove outdated comment on explicit IP address (#370)
Browse files Browse the repository at this point in the history
The explicit IP address is no longer used.
  • Loading branch information
davidxia authored and chingor13 committed Oct 16, 2019
1 parent 42a1694 commit 71faa5f
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -69,7 +69,6 @@ public class ComputeEngineCredentials extends GoogleCredentials

private static final Logger LOGGER = Logger.getLogger(ComputeEngineCredentials.class.getName());

// Note: the explicit IP address is used to avoid name server resolution issues.
static final String DEFAULT_METADATA_SERVER_URL = "http://metadata.google.internal";

static final String SIGN_BLOB_URL_FORMAT =
Expand Down

0 comments on commit 71faa5f

Please sign in to comment.