Fix infinispan - not finished

This commit is contained in:
mposolda 2015-07-25 12:05:16 +02:00
parent f35ecba801
commit a0e3a71109

View file

@ -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();
}