File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
databricks-sdk-java/src/main/java/com/databricks/sdk/core Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,9 +100,9 @@ public synchronized HeaderFactory configure(DatabricksConfig config) {
100100 * @param config The Databricks configuration containing OIDC settings
101101 */
102102 private void addOIDCCredentialsProviders (DatabricksConfig config ) {
103- // TODO: refactor the code so that the IdTokenSources are created within the
103+ // TODO: refactor the code so that the IdTokenSources are created within the
104104 // configure call of their corresponding CredentialsProvider. This will allow
105- // us to simplify the code by validating IdTokenSources when they are created.
105+ // us to simplify the code by validating IdTokenSources when they are created.
106106 OpenIDConnectEndpoints endpoints = null ;
107107 try {
108108 endpoints = config .getOidcEndpoints ();
You can’t perform that action at this time.
0 commit comments