Skip to content

Commit b1aa26e

Browse files
authored
Javadoc cleanup (#109)
1 parent 7e58911 commit b1aa26e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tokens/src/main/java/io/scalecube/security/tokens/jwt/JwksKeyLocator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ public static class Builder {
168168
private Builder() {}
169169

170170
/**
171-
* Setter for JWKS URI. The JWKS URI typically follows a well-known pattern, such as
172-
* https://server_domain/.well-known/jwks.json. This endpoint is a read-only URL that responds
171+
* Setter for JWKS URI. The JWKS URI typically follows a well-known pattern, such as {@code
172+
* https://server_domain/.well-known/jwks.json}. This endpoint is a read-only URL that responds
173173
* to GET requests by returning the JWKS in JSON format.
174174
*
175175
* @param jwksUri jwksUri

0 commit comments

Comments
 (0)