Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Feb 6, 2023
1 parent f84e173 commit 547389b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public Optional<AuthenticatorAttachment> getAuthenticatorAttachment() {
* <code>requireResidentKey</code></a> member for backwards compatibility with WebAuthn Level 1.
* It will be set to <code>true</code> if this is set to {@link ResidentKeyRequirement#REQUIRED
* REQUIRED} and <code>false</code> if this is set to anything else. When this is not set, a
* <code>requireResidentKey</code> will not be emitted.
* <code>requireResidentKey</code> member will not be emitted.
*
* @see ResidentKeyRequirement
* @see <a
Expand Down

1 comment on commit 547389b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mutation test results

Package Coverage Stats Prev Prev
Overall 83 % 🟢 1299 🔺 / 1559 🔹 81 % 1266 / 1559
com.yubico.fido.metadata 77 % 🟢 248 🔺 / 318 🔹 68 % 217 / 318
com.yubico.internal.util 47 % 🔹 57 🔹 / 120 🔹 47 % 57 / 120
com.yubico.webauthn 87 % 🔹 558 🔹 / 637 🔹 87 % 558 / 637
com.yubico.webauthn.attestation 92 % 🔹 13 🔹 / 14 🔹 92 % 13 / 14
com.yubico.webauthn.data 94 % 🔹 398 🔺 / 423 🔹 93 % 396 / 423
com.yubico.webauthn.extension.appid 100 % 🏆 13 🔹 / 13 🔹 100 % 13 / 13
com.yubico.webauthn.extension.uvm 50 % 🔹 12 🔹 / 24 🔹 50 % 12 / 24
com.yubico.webauthn.meta 0 % 🔹 0 🔹 / 10 🔹 0 % 0 / 10

Previous run: f84e173 - Diff

Detailed reports: workflow run #202

Please sign in to comment.