Skip to content

Commit 25ccfc2

Browse files
committed
Fix code snippet syntax in JavaDoc
1 parent fc6d425 commit 25ccfc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1227,9 +1227,9 @@ List<X509Certificate> fetchHeaderCertChain(
12271227
* and assemble them into a {@link CertStore} ready to be injected into {@link
12281228
* PKIXParameters#addCertStore(CertStore)} to provide CRLs for the verification procedure.
12291229
*
1230-
* <p>We do this ourselves so that users don't have to set the `com.sun.security.enableCRLDP=true`
1231-
* system property. This is required by the default SUN provider in order to enable
1232-
* CRLDistributionPoints resolution.
1230+
* <p>We do this ourselves so that users don't have to set the <code>
1231+
* com.sun.security.enableCRLDP=true</code> system property. This is required by the default SUN
1232+
* provider in order to enable CRLDistributionPoints resolution.
12331233
*
12341234
* <p>Any CRLDistributionPoints entries in unknown format are ignored and log a warning.
12351235
*/

0 commit comments

Comments
 (0)