jvanzyl 00/12/19 07:37:19
Modified: src/java/org/apache/velocity/runtime/resource
ResourceManager.java
Log:
- formatting changes.
Revision Changes Path
1.2 +5 -2
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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ResourceManager.java 2000/12/19 05:30:05 1.1
+++ ResourceManager.java 2000/12/19 15:37:17 1.2
@@ -71,7 +71,7 @@
* Runtime.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a>
- * @version $Id: ResourceManager.java,v 1.1 2000/12/19 05:30:05 jvanzyl Exp $
+ * @version $Id: ResourceManager.java,v 1.2 2000/12/19 15:37:17 jvanzyl Exp $
*/
public class ResourceManager
{
@@ -245,7 +245,10 @@
throw new Exception("Can't find " + resourceName + "!");
resource.setLastModified(resourceLoader.getLastModified(resource));
-
resource.setModificationCheckInterval(resourceLoader.getModificationCheckInterval());
+
+ resource.setModificationCheckInterval(
+ resourceLoader.getModificationCheckInterval());
+
resource.touch();
/*