geirm 2003/10/26 02:43:53
Modified: src/java/org/apache/velocity/runtime/resource/loader
FileResourceLoader.java
Log:
small javadoc fix
Revision Changes Path
1.20 +4 -3
jakarta-velocity/src/java/org/apache/velocity/runtime/resource/loader/FileResourceLoader.java
Index: FileResourceLoader.java
===================================================================
RCS file:
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/resource/loader/FileResourceLoader.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- FileResourceLoader.java 4 May 2003 17:37:41 -0000 1.19
+++ FileResourceLoader.java 26 Oct 2003 10:43:53 -0000 1.20
@@ -115,7 +115,7 @@
* Get an InputStream so that the Runtime can build a
* template with it.
*
- * @param name name of template to get
+ * @param templateName name of template to get
* @return InputStream containing the template
* @throws ResourceNotFoundException if template not found
* in the file template path.
@@ -190,7 +190,8 @@
/**
* Try to find a template given a normalized path.
*
- * @param String a normalized path
+ * @param path a normalized path
+ * @param template name of template to find
* @return InputStream input stream that will be parsed
*
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]