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 2003/12/21 23:53:19 UTC

cvs commit: jakarta-struts/src/example/org/apache/struts/webapp/example LogonAction.java LogoffAction.java

husted      2003/12/21 14:53:19

  Modified:    src/example/org/apache/struts/webapp/example
                        LogonAction.java LogoffAction.java
  Log:
  Remove redundant Javadoc
  
  Revision  Changes    Path
  1.19      +5 -18     jakarta-struts/src/example/org/apache/struts/webapp/example/LogonAction.java
  
  Index: LogonAction.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/LogonAction.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- LogonAction.java	4 Sep 2003 16:03:42 -0000	1.18
  +++ LogonAction.java	21 Dec 2003 22:53:19 -0000	1.19
  @@ -93,20 +93,7 @@
   
       // --------------------------------------------------------- Public Methods
   
  -    /**
  -     * Process the specified HTTP request, and create the corresponding HTTP
  -     * response (or forward to another web component that will create it).
  -     * Return an <code>ActionForward</code> instance describing where and how
  -     * control should be forwarded, or <code>null</code> if the response has
  -     * already been completed.
  -     *
  -     * @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 business logic throws an exception
  -     */
  +        // See superclass for Javadoc
       public ActionForward execute(
           ActionMapping mapping,
           ActionForm form,
  
  
  
  1.10      +5 -18     jakarta-struts/src/example/org/apache/struts/webapp/example/LogoffAction.java
  
  Index: LogoffAction.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/LogoffAction.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- LogoffAction.java	4 Sep 2003 16:03:42 -0000	1.9
  +++ LogoffAction.java	21 Dec 2003 22:53:19 -0000	1.10
  @@ -90,20 +90,7 @@
   
       // --------------------------------------------------------- Public Methods
   
  -    /**
  -     * Process the specified HTTP request, and create the corresponding HTTP
  -     * response (or forward to another web component that will create it).
  -     * Return an <code>ActionForward</code> instance describing where and how
  -     * control should be forwarded, or <code>null</code> if the response has
  -     * already been completed.
  -     *
  -     * @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 business logic throws an exception
  -     */
  +        // See superclass for Javadoc
       public ActionForward execute(
           ActionMapping mapping,
           ActionForm form,
  
  
  

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