Skip to content

Commit

Permalink
Resolving alignment problems and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cheenamalhotra committed May 24, 2018
1 parent 252cacd commit e3bdaec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
class KeyVaultCredential extends KeyVaultCredentials {

SQLServerKeyVaultAuthenticationCallback authenticationCallback = null;
String clientId = null;
String clientKey = null;
String accessToken = null;
String clientId = null;
String clientKey = null;
String accessToken = null;

KeyVaultCredential(String clientId,
String clientKey) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ public String getName() {
* Constructor that takes a callback function to authenticate to AAD. This is used by KeyVaultClient at runtime to authenticate to Azure Key
* Vault.
*
* This constructor is present to maintain backwards compatibility with 6.0 version of the driver. Deprecated for removal in next Stable release.
* This constructor is present to maintain backwards compatibility with 6.0 version of the driver. Deprecated for removal in next stable release.
*
* @param authenticationCallback
* - Callback function used for authenticating to AAD.
* @param executorService
* - The ExecutorService, previously used to create the keyVaultClient, but not in use anymore. - This param can be passed as 'null'
* - The ExecutorService, previously used to create the keyVaultClient, but not in use anymore. - This parameter can be passed as 'null'
* @throws SQLServerException
* when an error occurs
*/
Expand Down Expand Up @@ -121,7 +121,7 @@ public SQLServerColumnEncryptionAzureKeyVaultProvider(SQLServerKeyVaultAuthentic
* @param clientKey
* Key of the client requesting the token.
* @throws SQLServerException
* when an error occurs
* when an error occurs
*/
public SQLServerColumnEncryptionAzureKeyVaultProvider(String clientId,
String clientKey) throws SQLServerException {
Expand Down

0 comments on commit e3bdaec

Please sign in to comment.