Author: jmitchell Date: Tue May 1 07:24:06 2007 New Revision: 534102 URL: http://svn.apache.org/viewvc?view=rev&rev=534102 Log: WW-1834 clarify javadoc (more intuitive when included through cwiki snippet)
Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/mapper/ActionMapper.java Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/mapper/ActionMapper.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/mapper/ActionMapper.java?view=diff&rev=534102&r1=534101&r2=534102 ============================================================================== --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/mapper/ActionMapper.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/mapper/ActionMapper.java Tue May 1 07:24:06 2007 @@ -27,7 +27,7 @@ /** * <!-- START SNIPPET: javadoc --> * - * 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. * <p/> * When given an HttpServletRequest, the ActionMapper may return null if no action invocation request matches, * or it may return an [EMAIL PROTECTED] ActionMapping} that describes an action invocation for the framework to try.