You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2020/04/27 06:20:58 UTC

[struts] 01/03: WW-5070 Generates a new serialVersionUID

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch WW-5070-root-action-model
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 333f7812073a51530407538033fa6ff747470c02
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Mon Apr 27 08:17:35 2020 +0200

    WW-5070 Generates a new serialVersionUID
---
 plugins/json/src/main/java/org/apache/struts2/json/JSONResult.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/plugins/json/src/main/java/org/apache/struts2/json/JSONResult.java b/plugins/json/src/main/java/org/apache/struts2/json/JSONResult.java
index 5c38e58..bb35bf2 100644
--- a/plugins/json/src/main/java/org/apache/struts2/json/JSONResult.java
+++ b/plugins/json/src/main/java/org/apache/struts2/json/JSONResult.java
@@ -69,6 +69,8 @@ import com.opensymphony.xwork2.util.WildcardUtil;
  */
 public class JSONResult implements Result {
 
+    private static final long serialVersionUID = 233903199020467341L;
+
     private static final Logger LOG = LogManager.getLogger(JSONResult.class);
 
     /**