Skip to content

Commit

Permalink
Fix typo in AssertionResult.getUserHandle() JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Nov 10, 2022
1 parent d3a4335 commit 58322c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ Fixes:
in the Subject Alternative Names extension.
** Thanks to Oussama Zgheb for the contribution, see
https://github.com/Yubico/java-webauthn-server/pull/241
* Fixed typo in "see also" section of `RegistrationResult.getSignatureCount()`
JavaDoc.
* Fixed various link syntax errors in JavaDocs.


`webauthn-server-attestation`:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public ByteArray getCredentialId() {
* @see <a href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#user-handle">User Handle</a>
* @see UserIdentity#getId()
* @see #getUsername()
* @deprecated Use {@link #getCredential()}.{@link RegisteredCredential#getUserHandle()} ()
* @deprecated Use {@link #getCredential()}.{@link RegisteredCredential#getUserHandle()
* getUserHandle()} instead.
*/
@Deprecated
Expand Down

0 comments on commit 58322c1

Please sign in to comment.