Skip to content

Commit b7a4be0

Browse files
committed
-
1 parent 69cae5a commit b7a4be0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ public class DatabricksConfig {
2727
@ConfigAttribute(env = "DATABRICKS_ACCOUNT_ID")
2828
private String accountId;
2929

30-
/**
31-
* Workspace ID for unified host operations.
32-
*/
30+
/** Workspace ID for unified host operations. */
3331
@ConfigAttribute(env = "DATABRICKS_WORKSPACE_ID")
3432
private String workspaceId;
3533

0 commit comments

Comments
 (0)