Skip to content

Commit 423a31f

Browse files
committed
chore: #1 Fix Javadoc marker
Signed-off-by: Laurent Broudoux <[email protected]>
1 parent fa08f27 commit 423a31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/microcks/client/KeycloakClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ private KeycloakClient() {
5353
* Connecto to a remote Kaycloent token endpoint and retrieve an OAuth token for a Service Account.
5454
* @param serviceAccount The Service account to retrieve token for.
5555
* @param saCredentials The Service account credentials.
56-
* @param tokenEndpoint The Keycloak token endpoint (ends with /realms/<myrealm>/protocol/openid-connect/token)
56+
* @param tokenEndpoint The Keycloak token endpoint (ends with /realms/&lt;myrealm&gt;/protocol/openid-connect/token)
5757
* @return The OAuth token string representation
5858
* @throws ApiException If token cannot be retrieved.
5959
* @throws IOException If http connection cannot be established or closed.

0 commit comments

Comments
 (0)