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

Commit 39d58b10 authored by Shaquille Johnson's avatar Shaquille Johnson
Browse files

biometric: Fix misspelling of javadoc link to KeyAgreement

Test: atest FrameworksCoreTests
Change-Id: Idee0350fa218ceaaa1f08499e53225f6f99dc86c
parent 34eb5095
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() {