diff --git a/core/src/main/java/org/apache/struts2/dispatcher/mapper/ActionMapper.java b/core/src/main/java/org/apache/struts2/dispatcher/mapper/ActionMapper.java index 63b93aece..6125a0ebd 100644 --- a/core/src/main/java/org/apache/struts2/dispatcher/mapper/ActionMapper.java +++ b/core/src/main/java/org/apache/struts2/dispatcher/mapper/ActionMapper.java @@ -27,7 +27,7 @@ import com.opensymphony.xwork2.config.ConfigurationManager; /** * * - * Provide a mapping between HTTP requests and action invocation requests and vice-versa. + * The ActionMapper interface provides a mapping between HTTP requests and action invocation requests and vice-versa. *

* When given an HttpServletRequest, the ActionMapper may return null if no action invocation request matches, * or it may return an {@link ActionMapping} that describes an action invocation for the framework to try.