fix another compilation issue after changes to sessionMap

This commit is contained in:
Stefaan Dutry
2022-08-08 19:35:46 +02:00
parent 85a535fc81
commit a38df608fa
@@ -64,7 +64,7 @@ public class TagUtils {
Map<String, Object> extraContext = du.createContextMap(new RequestMap(req),
params,
new SessionMap<>(req),
new SessionMap(req),
new ApplicationMap(pageContext.getServletContext()),
req,
res);