Merge branch 'jetty-8'

This commit is contained in:
Jesse McConnell 2013-04-23 10:29:32 -05:00
commit b665456293
1 changed files with 1 additions and 1 deletions

View File

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