Do not merge lastModifieds in commit()

This commit is contained in:
hns 2005-03-22 13:01:04 +00:00
parent 2dc2851aee
commit 7c9e4b0fa5

View file

@ -192,7 +192,7 @@ public class Session implements Serializable {
* @param reval the request evaluator that handled the request * @param reval the request evaluator that handled the request
*/ */
public void commit(RequestEvaluator reval) { public void commit(RequestEvaluator reval) {
lastModified = Math.max(lastModified, cacheNode.lastModified()); // nothing to do
} }
/** /**