You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hr...@apache.org on 2005/08/21 20:45:55 UTC

svn commit: r234311 - /struts/core/trunk/src/share/org/apache/struts/util/ModuleUtils.java

Author: hrabago
Date: Sun Aug 21 11:45:50 2005
New Revision: 234311

URL: http://svn.apache.org/viewcvs?rev=234311&view=rev
Log:
Update incorrect reference in javadoc.

Modified:
    struts/core/trunk/src/share/org/apache/struts/util/ModuleUtils.java

Modified: struts/core/trunk/src/share/org/apache/struts/util/ModuleUtils.java
URL: http://svn.apache.org/viewcvs/struts/core/trunk/src/share/org/apache/struts/util/ModuleUtils.java?rev=234311&r1=234310&r2=234311&view=diff
==============================================================================
--- struts/core/trunk/src/share/org/apache/struts/util/ModuleUtils.java (original)
+++ struts/core/trunk/src/share/org/apache/struts/util/ModuleUtils.java Sun Aug 21 11:45:50 2005
@@ -67,7 +67,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(HttpServletRequest, ServletContext)} </code>.
+     * <code>{@link ModuleUtils#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: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org