WW-5334 Delete unneeded override (moved to StrutsPortletTestCaseTest)

This commit is contained in:
Kusal Kithul-Godage
2023-08-19 13:27:23 +10:00
parent 21a09493fc
commit 824801796c
@@ -19,7 +19,6 @@
package org.apache.struts2.junit;
import com.opensymphony.xwork2.Action;
import com.opensymphony.xwork2.ActionContext;
import com.opensymphony.xwork2.ActionProxy;
import org.apache.struts2.dispatcher.mapper.ActionMapping;
@@ -61,9 +60,4 @@ public class StrutsTestCaseTest extends StrutsSpringTestCase {
String name = (String) findValueAfterExecute("name");
assertEquals("FD", name);
}
@Override
protected void applyAdditionalParams(ActionContext context) {
context.put("my-param", new Object());
}
}