This repository was archived by the owner on Apr 7, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -261,13 +261,11 @@ public class ConnectionProperties {
261261 CREDENTIALS_PROPERTY_NAME ,
262262 "The location of the credentials file to use for this connection. If neither this"
263263 + " property or encoded credentials are set, the connection will use the default"
264- + " Google Cloud credentials for the runtime environment."
265- + " WARNING: Using this property without proper validation can"
266- + " expose the application to security risks."
267- + " It is intended for use with credentials from a trusted source only,"
268- + " as it could otherwise allow end-users to supply arbitrary credentials."
269- + " For more information, see"
270- + "https://cloud.google.com/docs/authentication/client-libraries#external-credentials" ,
264+ + " Google Cloud credentials for the runtime environment. WARNING: Using this"
265+ + " property without proper validation can expose the application to security risks."
266+ + " It is intended for use with credentials from a trusted source only, as it could"
267+ + " otherwise allow end-users to supply arbitrary credentials. For more information,"
268+ + " seehttps://cloud.google.com/docs/authentication/client-libraries#external-credentials" ,
271269 DEFAULT_CREDENTIALS ,
272270 StringValueConverter .INSTANCE ,
273271 Context .STARTUP );
You can’t perform that action at this time.
0 commit comments