You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2005/11/22 23:37:17 UTC

svn commit: r348279 - /myfaces/tomahawk/trunk/src/java/org/apache/myfaces/component/html/util/MyFacesResourceHandler.java

Author: skitching
Date: Tue Nov 22 14:37:14 2005
New Revision: 348279

URL: http://svn.apache.org/viewcvs?rev=348279&view=rev
Log:
Fix javadoc error

Modified:
    myfaces/tomahawk/trunk/src/java/org/apache/myfaces/component/html/util/MyFacesResourceHandler.java

Modified: myfaces/tomahawk/trunk/src/java/org/apache/myfaces/component/html/util/MyFacesResourceHandler.java
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/src/java/org/apache/myfaces/component/html/util/MyFacesResourceHandler.java?rev=348279&r1=348278&r2=348279&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/src/java/org/apache/myfaces/component/html/util/MyFacesResourceHandler.java (original)
+++ myfaces/tomahawk/trunk/src/java/org/apache/myfaces/component/html/util/MyFacesResourceHandler.java Tue Nov 22 14:37:14 2005
@@ -37,7 +37,7 @@
      *   wishing to serve resources from other locations in the classpath
      *   must write a custom ResourceHandler implementation.
      *   
-     * @param resource is the name of a file that can be found in dir
+     * @param resourceName is the name of a file that can be found in dir
      *  "resource/{resourceName} relative to the location of the specified
      *  component class in the classpath.
      */