You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2004/01/10 04:29:19 UTC

cvs commit: jakarta-struts/src/share/org/apache/struts/actions SwitchAction.java

husted      2004/01/09 19:29:19

  Modified:    src/share/org/apache/struts/action ActionError.java
               src/share/org/apache/struts/actions SwitchAction.java
  Log:
  Javadoc updates only; no code changes.
  
  Revision  Changes    Path
  1.13      +5 -5      jakarta-struts/src/share/org/apache/struts/action/ActionError.java
  
  Index: ActionError.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionError.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- ActionError.java	19 Dec 2003 03:20:44 -0000	1.12
  +++ ActionError.java	10 Jan 2004 03:29:19 -0000	1.13
  @@ -80,7 +80,7 @@
    *
    * @author Craig R. McClanahan
    * @version $Revision$ $Date$
  - * @deprecated Please use <code>ActionMessage</code> instead, deprecated in struts 1.2.1 
  + * @deprecated Please use <code>ActionMessage</code> instead, deprecated since 1.2.0.
    */
   public class ActionError extends ActionMessage implements Serializable {
   
  
  
  
  1.13      +5 -17     jakarta-struts/src/share/org/apache/struts/actions/SwitchAction.java
  
  Index: SwitchAction.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/actions/SwitchAction.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- SwitchAction.java	5 Oct 2003 17:48:57 -0000	1.12
  +++ SwitchAction.java	10 Jan 2004 03:29:19 -0000	1.13
  @@ -119,19 +119,7 @@
       // --------------------------------------------------------- Public Methods
   
   
  -    /**
  -     * Process the specified HTTP request, and create the corresponding HTTP
  -     * response (or forward to another web component that will create it),
  -     * with provision for handling exceptions thrown by the business logic.
  -     *
  -     * @param mapping The ActionMapping used to select this instance
  -     * @param form The optional ActionForm bean for this request (if any)
  -     * @param request The HTTP request we are processing
  -     * @param response The HTTP response we are creating
  -     *
  -     * @exception Exception if the application business logic throws
  -     *  an exception
  -     */
  +    // See superclass for JavaDoc
       public ActionForward execute(ActionMapping mapping,
                                    ActionForm form,
                                    HttpServletRequest request,
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org