Fix infinispan - not finished
This commit is contained in:
parent
f35ecba801
commit
a0e3a71109
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ public class ClientSessionAdapter implements ClientSessionModel {
|
|||
if (entity.getUserSessionNotes() == null) {
|
||||
entity.setUserSessionNotes(new HashMap<String, String>());
|
||||
}
|
||||
entity.getNotes().put(name, value);
|
||||
entity.getUserSessionNotes().put(name, value);
|
||||
update();
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue