husted 2002/10/11 14:52:33
Modified: src/share/org/apache/struts/actions
LookupDispatchAction.java
Log:
Javadoc update submitted by Wendy S.
Revision Changes Path
1.8 +1 -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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- LookupDispatchAction.java 22 Sep 2002 05:58:46 -0000 1.7
+++ LookupDispatchAction.java 11 Oct 2002 21:52:33 -0000 1.8
@@ -109,9 +109,7 @@
* Your subclass must implement both getKeyMethodMap and the
* methods defined in the map. An example of such implementations are:</p>
* <pre>
- * protected Map getKeyMethodMap(ActionMapping mapping,
- * ActionForm form,
- * HttpServletRequest request) {
+ * protected Map getKeyMethodMap() {
* Map map = new HashMap();
* map.put("button.add", "add");
* map.put("button.delete", "delete");
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>