WW-3964 Defines DEFAULT_PARAM static field to reduce noise in the logs

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1507951 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Lukasz Lenart
2013-07-29 06:40:10 +00:00
parent 5545efb225
commit 6cfc28b359
@@ -65,6 +65,11 @@ public class JSONResult implements Result {
private static final Logger LOG = LoggerFactory.getLogger(JSONResult.class);
/**
* This result type doesn't have a default param, null is ok to reduce noise in logs
*/
public static final String DEFAULT_PARAM = null;
private String encoding;
private String defaultEncoding = "ISO-8859-1";
private List<Pattern> includeProperties;