Skip to content

Commit 6d7df00

Browse files
committed
Remove non-ascii characters
Attempt fix windows format error
1 parent 5736f08 commit 6d7df00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ public final class ImmutablePublicKeyCredentialUserEntity implements PublicKeyCr
7171
private final Bytes id;
7272

7373
/**
74-
* A human-palatable name for the user account, intended only for display. For
75-
* example, "Alex Müller" or "田中倫". The Relying Party SHOULD let the user choose this,
74+
* A human-palatable name for the user account, intended only for display. The Relying Party SHOULD let the user choose this,
7675
* and SHOULD NOT restrict the choice more than necessary.
7776
*
7877
* Relying Parties SHOULD perform enforcement, as prescribed in Section 2.3 of

0 commit comments

Comments
 (0)