This is an automated email from the ASF dual-hosted git repository. yasserzamani pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/master by this push: new 570f8c3 fix compilation error of WW-4999 cherry picks 570f8c3 is described below commit 570f8c3e67001c17b5fa6049945f187dd40c6696 Author: Yasser Zamani <yasserzam...@apache.org> AuthorDate: Mon Jun 3 12:28:57 2019 +0430 fix compilation error of WW-4999 cherry picks --- core/src/test/java/com/opensymphony/xwork2/ognl/OgnlValueStackTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/test/java/com/opensymphony/xwork2/ognl/OgnlValueStackTest.java b/core/src/test/java/com/opensymphony/xwork2/ognl/OgnlValueStackTest.java index 0d3952f..05b3b1a 100644 --- a/core/src/test/java/com/opensymphony/xwork2/ognl/OgnlValueStackTest.java +++ b/core/src/test/java/com/opensymphony/xwork2/ognl/OgnlValueStackTest.java @@ -1518,7 +1518,7 @@ public class OgnlValueStackTest extends XWorkTestCase { List<LogEvent> logEvents = new ArrayList<>(); TestAppender() { - super("TestAppender", null, null, false, null); + super("TestAppender", null, null, false); } @Override