Skip to content

Commit 8d50db5

Browse files
committed
De-duplicate paragraph in RelyingParty.appid JavaDoc
1 parent e3f4da4 commit 8d50db5

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

webauthn-server-core/src/main/java/com/yubico/webauthn/RelyingParty.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,6 @@ public class RelyingParty {
147147
* make already-registered U2F credentials forward-compatible with the WebAuthn API. It is not
148148
* needed for new registrations, even of U2F authenticators.
149149
*
150-
* <p>You do not need this extension if you have not previously supported U2F. Its purpose is to
151-
* make already-registered U2F credentials forward-compatible with the WebAuthn API. It is not
152-
* needed for new registrations, even of U2F authenticators.
153-
*
154150
* <p>If this member is set, {@link #startAssertion(StartAssertionOptions) startAssertion} will
155151
* automatically set the <code>appid</code> extension input, and {@link
156152
* #finishAssertion(FinishAssertionOptions) finishAssertion} will adjust its verification logic to
@@ -576,10 +572,6 @@ public RelyingPartyBuilder credentialRepository(CredentialRepository credentialR
576572
* make already-registered U2F credentials forward-compatible with the WebAuthn API. It is not
577573
* needed for new registrations, even of U2F authenticators.
578574
*
579-
* <p>You do not need this extension if you have not previously supported U2F. Its purpose is to
580-
* make already-registered U2F credentials forward-compatible with the WebAuthn API. It is not
581-
* needed for new registrations, even of U2F authenticators.
582-
*
583575
* <p>If this member is set, {@link #startAssertion(StartAssertionOptions) startAssertion} will
584576
* automatically set the <code>appid</code> extension input, and {@link
585577
* #finishAssertion(FinishAssertionOptions) finishAssertion} will adjust its verification logic
@@ -611,10 +603,6 @@ public RelyingPartyBuilder appId(@NonNull Optional<AppId> appId) {
611603
* make already-registered U2F credentials forward-compatible with the WebAuthn API. It is not
612604
* needed for new registrations, even of U2F authenticators.
613605
*
614-
* <p>You do not need this extension if you have not previously supported U2F. Its purpose is to
615-
* make already-registered U2F credentials forward-compatible with the WebAuthn API. It is not
616-
* needed for new registrations, even of U2F authenticators.
617-
*
618606
* <p>If this member is set, {@link #startAssertion(StartAssertionOptions) startAssertion} will
619607
* automatically set the <code>appid</code> extension input, and {@link
620608
* #finishAssertion(FinishAssertionOptions) finishAssertion} will adjust its verification logic

0 commit comments

Comments
 (0)