mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-01 03:19:13 +00:00
Merge branch 'jetty-8'
This commit is contained in:
commit
b665456293
@ -149,7 +149,7 @@ public class MongoSessionManager extends NoSqlSessionManager
|
||||
}
|
||||
else
|
||||
{
|
||||
version = new Long(((Long)version).intValue() + 1);
|
||||
version = new Long(((Number)version).longValue() + 1);
|
||||
update.put("$inc",__version_1);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user