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

Commit d3a0d02b authored by Shaquille Johnson's avatar Shaquille Johnson Committed by Gerrit Code Review
Browse files

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

parents 13bced3c 39d58b10
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() {