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 2014/05/05 06:41:18 UTC

git commit: Adds default param to reduce noise in the logs during building

Repository: struts
Updated Branches:
  refs/heads/develop d35072cd6 -> 086c0a0d5


Adds default param to reduce noise in the logs during building


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/086c0a0d
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/086c0a0d
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/086c0a0d

Branch: refs/heads/develop
Commit: 086c0a0d5200acb04fe62eb86f5462d23d5891ba
Parents: d35072c
Author: Lukasz Lenart <lu...@apache.org>
Authored: Mon May 5 06:41:07 2014 +0200
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Mon May 5 06:41:07 2014 +0200

----------------------------------------------------------------------
 .../src/main/java/com/opensymphony/xwork2/mock/MockResult.java     | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/086c0a0d/xwork-core/src/main/java/com/opensymphony/xwork2/mock/MockResult.java
----------------------------------------------------------------------
diff --git a/xwork-core/src/main/java/com/opensymphony/xwork2/mock/MockResult.java b/xwork-core/src/main/java/com/opensymphony/xwork2/mock/MockResult.java
index 53eac63..d988df5 100644
--- a/xwork-core/src/main/java/com/opensymphony/xwork2/mock/MockResult.java
+++ b/xwork-core/src/main/java/com/opensymphony/xwork2/mock/MockResult.java
@@ -26,6 +26,8 @@ import com.opensymphony.xwork2.Result;
  */
 public class MockResult implements Result {
 
+    public static final String DEFAULT_PARAM = null;
+
     @Override
     public boolean equals(Object o) {
         if (this == o) {