Repository: struts Updated Branches: refs/heads/master c1869f498 -> 7f3defd67
Drops unused setter Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/1f5c1979 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/1f5c1979 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/1f5c1979 Branch: refs/heads/master Commit: 1f5c1979d25710b9d3cf97578519e04149bccb59 Parents: c1869f4 Author: Lukasz Lenart <lukaszlen...@apache.org> Authored: Wed Aug 17 16:18:16 2016 +0200 Committer: Lukasz Lenart <lukaszlen...@apache.org> Committed: Wed Aug 17 16:18:16 2016 +0200 ---------------------------------------------------------------------- .../opensymphony/xwork2/config/entities/ResultTypeConfig.java | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/1f5c1979/core/src/main/java/com/opensymphony/xwork2/config/entities/ResultTypeConfig.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/com/opensymphony/xwork2/config/entities/ResultTypeConfig.java b/core/src/main/java/com/opensymphony/xwork2/config/entities/ResultTypeConfig.java index ff52590..65f6c29 100644 --- a/core/src/main/java/com/opensymphony/xwork2/config/entities/ResultTypeConfig.java +++ b/core/src/main/java/com/opensymphony/xwork2/config/entities/ResultTypeConfig.java @@ -56,10 +56,6 @@ public class ResultTypeConfig extends Located implements Serializable { this.location = orig.location; } - public void setDefaultResultParam(String defaultResultParam) { - this.defaultResultParam = defaultResultParam; - } - public String getDefaultResultParam() { return this.defaultResultParam; }