Skip to content

Commit 2e4d7fa

Browse files
chore: generate libraries at Wed Oct 22 16:38:42 UTC 2025
1 parent 749e6d3 commit 2e4d7fa

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionOptions.java

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,12 +229,11 @@ public class ConnectionOptions {
229229
/** Name of the 'encodedCredentials' connection property. */
230230
public static final String ENCODED_CREDENTIALS_PROPERTY_NAME = "encodedCredentials";
231231

232-
/** System property used to enable encoded credentials.
233-
* WARNING: Enabling this property without proper validation can
234-
* expose the application to security risks.
235-
* It is intended for use with credentials from a trusted source only,
236-
* as it could otherwise allow the application to process arbitrary credentials.
237-
* For more information, see
232+
/**
233+
* System property used to enable encoded credentials. WARNING: Enabling this property without
234+
* proper validation can expose the application to security risks. It is intended for use with
235+
* credentials from a trusted source only, as it could otherwise allow the application to process
236+
* arbitrary credentials. For more information, see
238237
* https://cloud.google.com/docs/authentication/client-libraries#external-credentials
239238
*/
240239
public static final String ENABLE_ENCODED_CREDENTIALS_SYSTEM_PROPERTY =

0 commit comments

Comments
 (0)