Add missing < to Javadoc
This commit is contained in:
parent
6c1f981eec
commit
ae74cadcfc
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ import java.util.Map;
|
|||
* <li>{@code session} the active {@link KeycloakSession}</li>
|
||||
* <li>{@code authenticationSession} the current {@link org.keycloak.sessions.AuthenticationSessionModel}</li>
|
||||
* <li>{@code httpRequest} the current {@link org.keycloak.http.HttpRequest}</li>
|
||||
* <li>{@code LOG} a {@link org.jboss.logging.Logger} scoped to {@link ScriptBasedAuthenticator}/li>
|
||||
* <li>{@code LOG} a {@link org.jboss.logging.Logger} scoped to {@link ScriptBasedAuthenticator}</li>
|
||||
* </ol>
|
||||
* </p>
|
||||
* <p>
|
||||
|
|
Loading…
Reference in a new issue