husted      2003/08/31 16:58:08

  Modified:    src/share/org/apache/struts/actions DispatchAction.java
                        LookupDispatchAction.java
                        MappingDispatchAction.java
  Log:
  Javadoc changes only.
  
  Revision  Changes    Path
  1.20      +6 -6      
jakarta-struts/src/share/org/apache/struts/actions/DispatchAction.java
  
  Index: DispatchAction.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/actions/DispatchAction.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- DispatchAction.java       13 Aug 2003 17:19:58 -0000      1.19
  +++ DispatchAction.java       31 Aug 2003 23:58:08 -0000      1.20
  @@ -261,7 +261,7 @@
        * Method which is dispatched to when the request is a cancel button submit.
        * Subclasses of <code>DispatchAction</code> should override this method if
        * they wish to provide default behavior different than returning null.
  -     * @since Struts 1.2.1
  +     * @since Struts 1.2.0
        */
       protected ActionForward cancelled(ActionMapping mapping,
                                         ActionForm form,
  @@ -372,7 +372,7 @@
        * @param parameter The <code>ActionMapping</code> parameter's name
        *
        * @return The method's name.
  -     * @since Struts 1.2.1
  +     * @since Struts 1.2.0
        */
       protected String getMethodName(ActionMapping mapping,
                                      ActionForm form,
  
  
  
  1.16      +4 -3      
jakarta-struts/src/share/org/apache/struts/actions/LookupDispatchAction.java
  
  Index: LookupDispatchAction.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/actions/LookupDispatchAction.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- LookupDispatchAction.java 31 Aug 2003 23:53:36 -0000      1.15
  +++ LookupDispatchAction.java 31 Aug 2003 23:58:08 -0000      1.16
  @@ -154,6 +154,7 @@
    * @author David Graham
    * @author Leonardo Quijano
    * @author Rob Leland
  + * @author Ted Husted
    */
   public abstract class LookupDispatchAction extends DispatchAction {
   
  
  
  
  1.5       +5 -5      
jakarta-struts/src/share/org/apache/struts/actions/MappingDispatchAction.java
  
  Index: MappingDispatchAction.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/actions/MappingDispatchAction.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- MappingDispatchAction.java        13 Aug 2003 17:19:58 -0000      1.4
  +++ MappingDispatchAction.java        31 Aug 2003 23:58:08 -0000      1.5
  @@ -262,7 +262,7 @@
        * @param parameter The <code>ActionMapping</code> parameter's name
        *
        * @return The method's name.
  -     * @since Struts 1.2.1
  +     * @since Struts 1.2.0
        */
       protected String getMethodName(
           ActionMapping mapping,
  
  
  

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

Reply via email to