You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jm...@apache.org on 2003/12/23 20:36:42 UTC

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

jmitchell    2003/12/23 11:36:42

  Modified:    src/share/org/apache/struts/actions
                        MappingDispatchAction.java
  Log:
  Fix javadoc reference
  
  Revision  Changes    Path
  1.7       +6 -6      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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- MappingDispatchAction.java	5 Oct 2003 17:48:57 -0000	1.6
  +++ MappingDispatchAction.java	23 Dec 2003 19:36:42 -0000	1.7
  @@ -122,7 +122,7 @@
    *  </action>
    * 
    *  <action path="/editSubscription" 
  - *          type="org.example.Subscription"
  + *          type="org.example.SubscriptionAction"
    *          parameter="edit">
    *      <forward name="success" path="/editSubscription.jsp"/>
    *  </action>
  @@ -276,4 +276,4 @@
           return parameter;
       }
   
  -}
  \ No newline at end of file
  +}
  
  
  

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