Do not merge lastModifieds in commit()
This commit is contained in:
parent
2dc2851aee
commit
7c9e4b0fa5
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ public class Session implements Serializable {
|
|||
* @param reval the request evaluator that handled the request
|
||||
*/
|
||||
public void commit(RequestEvaluator reval) {
|
||||
lastModified = Math.max(lastModified, cacheNode.lastModified());
|
||||
// nothing to do
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue