dlr         02/02/12 09:48:44

  Modified:    src/java/org/apache/velocity/runtime/resource/loader
                        ResourceLoader.java
  Log:
  Whitespace clean up -- no functional changes.
  
  Revision  Changes    Path
  1.13      +5 -6      
jakarta-velocity/src/java/org/apache/velocity/runtime/resource/loader/ResourceLoader.java
  
  Index: ResourceLoader.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/resource/loader/ResourceLoader.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -u -r1.12 -r1.13
  --- ResourceLoader.java       22 Oct 2001 03:53:26 -0000      1.12
  +++ ResourceLoader.java       12 Feb 2002 17:48:44 -0000      1.13
  @@ -72,7 +72,7 @@
    * 
    * @author <a href="mailto:[EMAIL PROTECTED]";>Jason van Zyl</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Geir Magnusson Jr.</a>
  - * @version $Id: ResourceLoader.java,v 1.12 2001/10/22 03:53:26 jon Exp $
  + * @version $Id: ResourceLoader.java,v 1.13 2002/02/12 17:48:44 dlr Exp $
    */
   public abstract class ResourceLoader
   {
  @@ -92,7 +92,7 @@
        * Class name for this loader, for logging/debuggin
        * purposes.
        */
  -     protected String className = null;
  +    protected String className = null;
   
       protected RuntimeServices rsvc = null;
   
  @@ -156,7 +156,7 @@
       public String getClassName()
       {
           return className;
  -    }        
  +    }
   
       /**
        * Set the caching state. If true, then this loader
  @@ -167,7 +167,7 @@
       public void setCachingOn(boolean value)
       {
           isCachingOn = value;
  -    }        
  +    }
   
       /**
        * The Runtime uses this to find out whether this
  @@ -196,6 +196,5 @@
       public long getModificationCheckInterval()
       {
           return modificationCheckInterval;
  -    }        
  +    }
   }
  -
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to