Skip to content

Commit 57786aa

Browse files
Minor comment change
1 parent 4a2ebb8 commit 57786aa

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/ExternalBrowserCredentialsProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ public OAuthHeaderFactory configure(DatabricksConfig config) {
109109
protected List<String> getScopes(DatabricksConfig config) {
110110
// Get user-provided scopes and add required default scopes.
111111
Set<String> scopes = new HashSet<>(config.getScopes());
112-
// Requesting a refresh token is most of the time the right thing to do from a
113-
// user perspective to enable long-lived access to the API. However, some Identity
112+
// Requesting a refresh token is most of the time the right thing to do from a
113+
// user perspective to enable long-lived access to the API. However, some Identity
114114
// Providers do not support refresh tokens.
115115
if (!config.getDisableOauthRefreshToken()) {
116116
scopes.add("offline_access");

0 commit comments

Comments
 (0)