File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff 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 =
You can’t perform that action at this time.
0 commit comments