Skip to content

Commit c3220cf

Browse files
committed
correction
1 parent b9f1069 commit c3220cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/src/main/java/com/microsoft/identity/common/adal/internal/AuthenticationSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public Map<String, byte[]> getBrokerSecretKeys() {
120120
* If the calling app needs to set the key,
121121
* this method must be invoked before any other MSAL classes,
122122
* otherwise the key might not be loaded
123-
* (The existing encrypted key will not be readable,
123+
* (The existing data (that was encrypted by the user provided key) will not be readable,
124124
* and new data will be encrypted with a Keystore-wrapped key).
125125
*
126126
* Please note: If a device with an existing installation of the ADAL/MSAL host-app is upgraded

0 commit comments

Comments
 (0)