DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15071>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15071

modificationCheckInterval is documented with wrong units

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|1.3.2                       |1.4



------- Additional Comments From [EMAIL PROTECTED]  2003-08-31 23:40 -------
This will be fixed when Velocity 1.4 is released:

Index: Resource.java
===================================================================
RCS file:
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/resource/Resource.java,v
retrieving revision 1.11
diff -u -u -r1.11 Resource.java
--- Resource.java       4 May 2003 17:24:31 -0000       1.11
+++ Resource.java       31 Aug 2003 23:36:17 -0000
@@ -89,7 +89,7 @@
     protected static final long MILLIS_PER_SECOND =  1000;
 
     /**
-     * How often the file modification time is checked (in milliseconds).
+     * How often the file modification time is checked (in seconds).
      */
     protected long modificationCheckInterval = 0;
 
@@ -154,7 +154,7 @@
 
     /**
      * Set the modification check interval.
-     * @param interval The interval (in minutes).
+     * @param interval The interval (in seconds).
      */
     public void setModificationCheckInterval(long modificationCheckInterval)
     {

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

Reply via email to