Skip to content

Commit de918d3

Browse files
committed
Fix comments
1 parent 66490d4 commit de918d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

databricks-sdk-java/src/main/java/com/databricks/sdk/core/oauth/DatabricksOAuthTokenSource.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ public Builder accountId(String accountId) {
126126
*
127127
* @param audience The audience value
128128
* @return This builder instance
129+
* @throws IllegalArgumentException if the audience is null or empty.
129130
*/
130131
public Builder audience(String audience) {
131132
validate(audience, "Audience");

0 commit comments

Comments
 (0)