craigmcc    01/12/29 11:37:28

  Modified:    src/share/org/apache/struts/action Action.java
  Log:
  Update the Javadoc comments to reflect the actual reality.
  
  Revision  Changes    Path
  1.32      +6 -8      jakarta-struts/src/share/org/apache/struts/action/Action.java
  
  Index: Action.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/action/Action.java,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- Action.java       29 Dec 2001 19:35:32 -0000      1.31
  +++ Action.java       29 Dec 2001 19:37:28 -0000      1.32
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/Action.java,v 1.31 
2001/12/29 19:35:32 craigmcc Exp $
  - * $Revision: 1.31 $
  - * $Date: 2001/12/29 19:35:32 $
  + * $Header: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/Action.java,v 1.32 
2001/12/29 19:37:28 craigmcc Exp $
  + * $Revision: 1.32 $
  + * $Date: 2001/12/29 19:37:28 $
    *
    * ====================================================================
    *
  @@ -108,7 +108,7 @@
    * by this Action.
    *
    * @author Craig R. McClanahan
  - * @version $Revision: 1.31 $ $Date: 2001/12/29 19:35:32 $
  + * @version $Revision: 1.32 $ $Date: 2001/12/29 19:37:28 $
    */
   
   public class Action {
  @@ -123,8 +123,7 @@
        * will be suffixed with the actual application prefix (including the
        * leading "/" character) to form the actual attributes key.</p>
        *
  -     * <p>For each request processed by the controller servlet, or a JSP page
  -     * using the <code>&lt;html:html&gt;</code> custom tag, the
  +     * <p>For each request processed by the controller servlet, the
        * <code>ApplicationConfig</code> object for the application selected by
        * the request URI currently being processed will also be exposed under
        * this key as a request attribute.</p>
  @@ -224,8 +223,7 @@
        * normally stored, unless overridden when initializing our ActionServlet.
        * </p>
        *
  -     * <p>For each request processed by the controller servlet, or a JSP page
  -     * using the <code>&lt;html:html&gt;</code> custom tag, the
  +     * <p>For each request processed by the controller servlet, the
        * <code>MessageResources</code> object for the application selected by
        * the request URI currently being processed will also be exposed under
        * this key as a request attribute.</p>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to