Skip to content

Commit 955fce7

Browse files
committed
fix formatting issues
1 parent 4e4a920 commit 955fce7

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

webauthn-server-attestation/src/main/java/com/yubico/fido/metadata/AttachmentHint.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,11 @@ public enum AttachmentHint {
132132
ATTACHMENT_HINT_WIFI_DIRECT(0x0100, "wifi_direct"),
133133

134134
/**
135-
* This flag MAY be set to indicate that an external authenticator is able to communicate
136-
* by ISO7816 messages with the FIDO User Device. As part of authenticator metadata,
137-
* or when reporting characteristics through discovery, if this flag is set, the {@link #ATTACHMENT_HINT_WIRED}
138-
* flag SHOULD also be set.
135+
* This flag MAY be set to indicate that an external authenticator is able to communicate by
136+
* ISO7816 messages with the FIDO User Device. As part of authenticator metadata, or when
137+
* reporting characteristics through discovery, if this flag is set, the {@link
138+
* #ATTACHMENT_HINT_WIRED} flag SHOULD also be set.
139+
*
139140
* @see <a
140141
* href="https://fidoalliance.org/specs/common-specs/fido-registry-v2.3-rd-20260105.html#authenticator-attachment-hints">FIDO
141142
* Registry of Predefined Values §3.4 Authenticator Attachment Hints</a>

0 commit comments

Comments
 (0)