Skip to content

Commit

Permalink
mark HttpClientSettingsKey.getProxyPassword as internal
Browse files Browse the repository at this point in the history
  • Loading branch information
jtjeferreira committed Feb 14, 2024
1 parent f780f6d commit ad9f4c1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ public String getUserAgentSuffix() {
}

/** Be careful of using this! Should only be called when password is later masked. */
@SnowflakeJdbcInternalApi
public String getProxyPassword() {
return this.proxyPassword;
}
Expand Down

0 comments on commit ad9f4c1

Please sign in to comment.