Skip to content

Commit 7384c0b

Browse files
committed
Add TODO
1 parent b527b0c commit 7384c0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

databricks-sdk-java/src/main/java/com/databricks/sdk/core/DefaultCredentialsProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)