Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67a3f5d6 authored by Shaquille Johnson's avatar Shaquille Johnson Committed by Automerger Merge Worker
Browse files

Merge "biometric: Fix misspelling of javadoc link to KeyAgreement" into main...

Merge "biometric: Fix misspelling of javadoc link to KeyAgreement" into main am: d3a0d02b am: a6cccd04 am: c6b7565d

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2784108



Change-Id: I4308609846d66977143e9615f84d465245b5d18e
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 10dde80b c6b7565d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -114,8 +114,8 @@ public class CryptoObject {
    }

    /**
     * Get {@link PresentationSession} object.
     * @return {@link PresentationSession} object or null if this doesn't contain one.
     * Get {@link KeyAgreement} object.
     * @return {@link KeyAgreement} object or null if this doesn't contain one.
     */
    @FlaggedApi(FLAG_ADD_KEY_AGREEMENT_CRYPTO_OBJECT)
    public KeyAgreement getKeyAgreement() {