Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment