Skip to content

Commit 73ffd88

Browse files
committed
Minor comment change
1 parent 1680580 commit 73ffd88

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/oauth/DatabricksOAuthTokenSource.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ private DatabricksOAuthTokenSource(Builder builder) {
5757
}
5858

5959
/**
60-
* Builder class for constructing DatabricksOAuthTokenSource instances. Provides a fluent
61-
* interface for setting required and optional parameters.
60+
* Builder class for constructing DatabricksOAuthTokenSource instances. Provides a flexible way to
61+
* set required and optional parameters.
6262
*/
6363
public static class Builder {
6464
private final String clientId;

0 commit comments

Comments
 (0)