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/25 01:44:01 UTC

cvs commit: jakarta-velocity/src/java/org/apache/velocity/runtime/resource ResourceManager.java ResourceManagerImpl.java

geirm       02/03/24 16:44:01

  Modified:    src/java/org/apache/velocity/runtime/resource
                        ResourceManager.java ResourceManagerImpl.java
  Log:
  Fix for #7395 - comments
  
  Revision  Changes    Path
  1.33      +2 -4      jakarta-velocity/src/java/org/apache/velocity/runtime/resource/ResourceManager.java
  
  Index: ResourceManager.java
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/resource/ResourceManager.java,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- ResourceManager.java	6 Nov 2001 03:22:00 -0000	1.32
  +++ ResourceManager.java	25 Mar 2002 00:44:00 -0000	1.33
  @@ -68,7 +68,7 @@
    * @author <a href="mailto:jvanzyl@apache.org">Jason van Zyl</a>
    * @author <a href="mailto:paulo.gaspar@krankikom.de">Paulo Gaspar</a>
    * @author <a href="mailto:geirm@optonline.net">Geir Magnusson Jr.</a>
  - * @version $Id: ResourceManager.java,v 1.32 2001/11/06 03:22:00 geirm Exp $
  + * @version $Id: ResourceManager.java,v 1.33 2002/03/25 00:44:00 geirm Exp $
    */
   public interface ResourceManager
   {
  @@ -83,9 +83,7 @@
       public static final int RESOURCE_CONTENT = 2;
   
       /**
  -     * Initialize the ResourceManager. It is assumed
  -     * that assembleSourceInitializers() has been
  -     * called before this is run.
  +     * Initialize the ResourceManager.
        */
       public void initialize( RuntimeServices rs ) throws Exception;
   
  
  
  
  1.6       +2 -4      jakarta-velocity/src/java/org/apache/velocity/runtime/resource/ResourceManagerImpl.java
  
  Index: ResourceManagerImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/resource/ResourceManagerImpl.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ResourceManagerImpl.java	5 Feb 2002 04:55:17 -0000	1.5
  +++ ResourceManagerImpl.java	25 Mar 2002 00:44:00 -0000	1.6
  @@ -83,7 +83,7 @@
    * @author <a href="mailto:jvanzyl@apache.org">Jason van Zyl</a>
    * @author <a href="mailto:paulo.gaspar@krankikom.de">Paulo Gaspar</a>
    * @author <a href="mailto:geirm@optonline.net">Geir Magnusson Jr.</a>
  - * @version $Id: ResourceManagerImpl.java,v 1.5 2002/02/05 04:55:17 dlr Exp $
  + * @version $Id: ResourceManagerImpl.java,v 1.6 2002/03/25 00:44:00 geirm Exp $
    */
   public class ResourceManagerImpl implements ResourceManager
   {
  @@ -153,9 +153,7 @@
       protected RuntimeServices rsvc = null;
   
       /**
  -     * Initialize the ResourceManager. It is assumed
  -     * that assembleSourceInitializers() has been
  -     * called before this is run.
  +     * Initialize the ResourceManager.
        */
       public void initialize( RuntimeServices rs ) 
           throws Exception
  
  
  

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