mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Drops unused setter
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user