JCgH4164838Gh792C124B5 commented on a change in pull request #397:
URL: https://github.com/apache/struts/pull/397#discussion_r418996746
##########
File path: core/src/main/java/org/apache/struts2/ServletActionContext.java
##########
@@ -26,23 +26,18 @@
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.jsp.PageContext;
-import java.util.Map;
/**
* Web-specific context information for actions. This class subclasses
<tt>ActionContext</tt> which
* provides access to things like the action name, value stack, etc. This
class adds access to
* web objects like servlet parameters, request attributes and things like the
HTTP session.
*/
-public class ServletActionContext extends ActionContext implements
StrutsStatics {
-
- private static final long serialVersionUID = -666854718275106687L;
Review comment:
Sorry ... looks like I confused myself with the old reference. 😞
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]