Skip to content

Commit b6f1e48

Browse files
committed
chaned constructor to protected
1 parent 0c49d8b commit b6f1e48

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

NEXT_CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### New Features and Improvements
66

7-
* Add native support for Azure DevOps OIDC authentication
7+
* Add native support for Azure DevOps OIDC authentication.
88

99
### Bug Fixes
1010

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public AzureDevOpsIDTokenSource(HttpClient httpClient) {
5858
* @throws DatabricksException if httpClient is null or any required environment variables are
5959
* missing
6060
*/
61-
public AzureDevOpsIDTokenSource(HttpClient httpClient, Environment environment) {
61+
protected AzureDevOpsIDTokenSource(HttpClient httpClient, Environment environment) {
6262
if (httpClient == null) {
6363
throw new DatabricksException("HttpClient cannot be null");
6464
}

0 commit comments

Comments
 (0)