You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by ge...@apache.org on 2002/03/28 16:16:08 UTC

cvs commit: jakarta-velocity/src/java/org/apache/velocity/runtime/resource/loader ClasspathResourceLoader.java

geirm       02/03/28 07:16:08

  Modified:    src/java/org/apache/velocity/runtime/resource/loader
                        ClasspathResourceLoader.java
  Log:
  fixed javadoc
  
  Revision  Changes    Path
  1.7       +3 -2      jakarta-velocity/src/java/org/apache/velocity/runtime/resource/loader/ClasspathResourceLoader.java
  
  Index: ClasspathResourceLoader.java
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/resource/loader/ClasspathResourceLoader.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ClasspathResourceLoader.java	7 Aug 2001 21:58:18 -0000	1.6
  +++ ClasspathResourceLoader.java	28 Mar 2002 15:16:08 -0000	1.7
  @@ -80,7 +80,8 @@
    *  the following is all that the loader needs to be functional :
    *  <br>
    *  <br>
  - *  resource.loader.1.class = 
  + *  resource.loader = class
  + *  class.resource.loader.class =
    *    org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
    *  <br>
    *  <br>
  @@ -105,7 +106,7 @@
    *  work just fine.
    *  
    * @author <a href="mailto:geirm@optonline.net">Geir Magnusson Jr.</a>
  - * @version $Id: ClasspathResourceLoader.java,v 1.6 2001/08/07 21:58:18 geirm Exp $
  + * @version $Id: ClasspathResourceLoader.java,v 1.7 2002/03/28 15:16:08 geirm Exp $
    */
   public class ClasspathResourceLoader extends ResourceLoader
   {
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>