mirror of
https://github.com/apache/struts.git
synced 2026-08-05 14:47:09 +00:00
WW-5391 Fix serialisation warnings
This commit is contained in:
+1
-1
@@ -92,7 +92,7 @@ public class PortletVelocityResult extends StrutsResultSupport {
|
||||
private static final Logger LOG = LogManager.getLogger(PortletVelocityResult.class);
|
||||
|
||||
private String defaultEncoding;
|
||||
private VelocityManagerInterface velocityManager;
|
||||
private transient VelocityManagerInterface velocityManager;
|
||||
private JspFactory jspFactory = JspFactory.getDefaultFactory();
|
||||
|
||||
public PortletVelocityResult() {
|
||||
|
||||
+1
-1
@@ -88,7 +88,7 @@ public class VelocityResult extends StrutsResultSupport {
|
||||
private static final Logger LOG = LogManager.getLogger(VelocityResult.class);
|
||||
|
||||
private String defaultEncoding;
|
||||
private VelocityManagerInterface velocityManager;
|
||||
private transient VelocityManagerInterface velocityManager;
|
||||
private JspFactory jspFactory = JspFactory.getDefaultFactory();
|
||||
|
||||
public VelocityResult() {
|
||||
|
||||
Reference in New Issue
Block a user