summaryrefslogtreecommitdiff
path: root/keystore/java
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2021-01-27 05:46:03 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2021-01-27 05:46:03 +0000
commit2461dcf65ff923f396e071cf21bdf002e39425fc (patch)
treeccb7fba6f6e73971ed9d44c2857ec0e89a658b0f /keystore/java
parentb214f23e6123182997fe9dc4a33bfc313438867a (diff)
parent1d4d6f4caa13c5fb84dc3528f498827e086beabc (diff)
Merge "Keystore 2.0 SPI Small doc comment fixup." am: 37356f4149 am: 1d4d6f4caa
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1561316 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I2e13b3a668afb12703b02e9418627dedac3c361a
Diffstat (limited to 'keystore/java')
-rw-r--r--keystore/java/android/security/Authorization.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystore/java/android/security/Authorization.java b/keystore/java/android/security/Authorization.java
index fcc518c374e3..21d23b1b2575 100644
--- a/keystore/java/android/security/Authorization.java
+++ b/keystore/java/android/security/Authorization.java
@@ -82,7 +82,7 @@ public class Authorization {
*
* @param locked - whether it is a lock (true) or unlock (false) event
* @param syntheticPassword - if it is an unlock event with the password, pass the synthetic
- * password provided by the LockSettingService
+ * password provided by the LockSettingService
*
* @return 0 if successful or a {@code ResponseCode}.
*/