KEYCLOAK-16018 Typo in javadoc of KeycloakSecurityContext
This commit is contained in:
parent
850d3e7fef
commit
f917302ace
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ import java.io.ObjectOutputStream;
|
|||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* Available in secured requests under HttpServlerRequest.getAttribute()
|
||||
* Available in secured requests under HttpServletRequest.getAttribute()
|
||||
* Also available in HttpSession.getAttribute under the classname of this class
|
||||
*
|
||||
* @author <a href="mailto:bill@burkecentral.com">Bill Burke</a>
|
||||
|
|
Loading…
Reference in a new issue