Skip to content

Commit 6ef3ce6

Browse files
committed
Perfecting Java Docs
Signed-off-by: smallbun <[email protected]>
1 parent 2f9344d commit 6ef3ce6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

web/src/main/java/org/springframework/security/web/webauthn/registration/WebAuthnRegistrationFilter.java

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,9 @@ public WebAuthnRegistrationFilter(UserCredentialRepository userCredentials,
107107

108108
/**
109109
* Sets the {@link RequestMatcher} to trigger this filter's the credential
110-
* registration operation . By default, the {@link RequestMatcher} is
111-
* {@code POST /webauthn/register}.
110+
* registration operation .
111+
* <p/>
112+
* By default, the {@link RequestMatcher} is {@code POST /webauthn/register}.
112113
* @param registerCredentialMatcher the {@link RequestMatcher} to use
113114
* @since 6.5
114115
*/
@@ -119,8 +120,9 @@ public void setRegisterCredentialMatcher(RequestMatcher registerCredentialMatche
119120

120121
/**
121122
* Sets the {@link RequestMatcher} to trigger this filter's the credential removal
122-
* operation . By default, the {@link RequestMatcher} is {@code DELETE
123-
* /webauthn/register/{id}}.
123+
* operation .
124+
* <p/>
125+
* By default, the {@link RequestMatcher} is {@code DELETE /webauthn/register/{id}}.
124126
* @param removeCredentialMatcher the {@link RequestMatcher} to use
125127
* @since 6.5
126128
*/

0 commit comments

Comments
 (0)