KEYCLOAK-7854: Tiny typo in ExampleServiceImpl.java
This commit is contained in:
parent
f022bc1269
commit
fbbc670d1f
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public class ExampleServiceImpl implements ExampleService {
|
|||
public ExampleServiceImpl(KeycloakSession session) {
|
||||
this.session = session;
|
||||
if (getRealm() == null) {
|
||||
throw new IllegalStateException("The service cannot accept a session without a realm in it's context.");
|
||||
throw new IllegalStateException("The service cannot accept a session without a realm in its context.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue