mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-05 04:38:10 +08:00
Fix typo in JavaDoc UserSessionService
This commit is contained in:
parent
0e447f70ca
commit
d834e54a89
@ -54,7 +54,7 @@ public interface UserSessionService {
|
||||
void setSessionAddress(UUID sessionId, String address);
|
||||
|
||||
/**
|
||||
* Set client's iformation into the session, propagating changes to the cluster.
|
||||
* Set client's information into the session, propagating changes to the cluster.
|
||||
* @param sessionId an active session identifier
|
||||
* @param clientInfo client's info
|
||||
* @throws com.haulmont.cuba.security.global.NoUserSessionException in case of a session with the specified ID
|
||||
|
Loading…
Reference in New Issue
Block a user