Skip to content

Commit 5736f08

Browse files
committed
Remove imports for Javadoc Only Usage
1 parent 0bb406a commit 5736f08

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

web/src/main/java/org/springframework/security/web/webauthn/api/PublicKeyCredentialUserEntity.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
package org.springframework.security.web.webauthn.api;
1818

19-
import org.springframework.security.web.webauthn.management.RelyingPartyAuthenticationRequest;
20-
import org.springframework.security.web.webauthn.management.WebAuthnRelyingPartyOperations;
21-
2219
/**
2320
* <a href=
2421
* "https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialuserentity">PublicKeyCredentialUserEntity</a>
@@ -28,7 +25,7 @@
2825
*
2926
* @author Rob Winch
3027
* @since 6.4
31-
* @see WebAuthnRelyingPartyOperations#authenticate(RelyingPartyAuthenticationRequest)
28+
* @see org.springframework.security.web.webauthn.management.WebAuthnRelyingPartyOperations#authenticate(org.springframework.security.web.webauthn.management.RelyingPartyAuthenticationRequest)
3229
*/
3330
public interface PublicKeyCredentialUserEntity {
3431

0 commit comments

Comments
 (0)