dlr 02/02/06 22:21:14
Modified: src/java/org/apache/velocity/runtime/resource/loader
FileResourceLoader.java
Log:
Corrected header JavaDoc.
Revision Changes Path
1.15 +3 -5
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.14
retrieving revision 1.15
diff -u -u -r1.14 -r1.15
--- FileResourceLoader.java 22 Oct 2001 03:53:26 -0000 1.14
+++ FileResourceLoader.java 7 Feb 2002 06:21:14 -0000 1.15
@@ -73,12 +73,10 @@
import org.apache.commons.collections.ExtendedProperties;
/**
- * This is a simple template file loader.
- * Currently it only supports a single path to templates.
- * That'll change once we decide how we want to do configuration
- *
+ * A loader for templates stored on the file system.
+ *
* @author <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a>
- * @version $Id: FileResourceLoader.java,v 1.14 2001/10/22 03:53:26 jon Exp $
+ * @version $Id: FileResourceLoader.java,v 1.15 2002/02/07 06:21:14 dlr Exp $
*/
public class FileResourceLoader extends ResourceLoader
{
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>