dmkarr 2003/01/12 12:31:21
Modified: src/share/org/apache/struts/tiles DefinitionsUtil.java
src/share/org/apache/struts/util RequestUtils.java
Log:
Fixed some minor javadoc errors.
Revision Changes Path
1.11 +4 -4
jakarta-struts/src/share/org/apache/struts/tiles/DefinitionsUtil.java
Index: DefinitionsUtil.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/tiles/DefinitionsUtil.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- DefinitionsUtil.java 5 Jan 2003 01:24:48 -0000 1.10
+++ DefinitionsUtil.java 12 Jan 2003 20:31:20 -0000 1.11
@@ -253,7 +253,7 @@
* Create Definition factory from provided classname.
* Factory class must extends TilesDefinitionsFactory.
* @deprecated No direct replacement. Use createDefinitionFactory
- * {@link createDefinitionsFactory(ServletContext, DefinitionsFactoryConfig)}.
+ * {@link TilesUtil#createDefinitionsFactory(ServletContext,
DefinitionsFactoryConfig)}.
* @param classname Class name of the factory to create.
* @return newly created factory.
* @throws DefinitionsFactoryException If an error occur while initializing
factory
1.79 +6 -6
jakarta-struts/src/share/org/apache/struts/util/RequestUtils.java
Index: RequestUtils.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/util/RequestUtils.java,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- RequestUtils.java 9 Jan 2003 04:12:42 -0000 1.78
+++ RequestUtils.java 12 Jan 2003 20:31:21 -0000 1.79
@@ -333,7 +333,7 @@
* that is not null.
*
* @deprecated To be removed in Version 1.3.
- * Use {@link RequestUtils#computeURL(pageContext, forward, href, page, action,
param, anchor, redirect} instead.
+ * Use {@link RequestUtils#computeURL(PageContext, String, String, String,
String, Map, String, boolean)} instead.
*
* @param pageContext PageContext for the tag making this call
*
@@ -1689,7 +1689,7 @@
* object. If no moduleConfig is found, this means that the request haven't
* hit the server throught the struts servlet. The appropriate module config
* can be set and found with
- * <code>{@link RequestUtils.selectModule(request, servletContext)} </code>.
+ * <code>{@link RequestUtils#selectModule(HttpServletRequest, ServletContext)}
</code>.
* @param request The servlet request we are processing
* @return the ModuleConfig object from request, or null if none is set in
* the request.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>