pathos 01/03/21 15:30:18 Modified: src/java/org/apache/log4j DailyRollingFileAppender.java Log: Documentation changes. Revision Changes Path 1.10 +7 -8 jakarta-log4j/src/java/org/apache/log4j/DailyRollingFileAppender.java Index: DailyRollingFileAppender.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/DailyRollingFileAppender.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- DailyRollingFileAppender.java 2001/03/19 12:38:18 1.9 +++ DailyRollingFileAppender.java 2001/03/21 23:30:17 1.10 @@ -50,12 +50,12 @@ <p><table border="1"> <tr> - <th>DatePatten</th> - <th>rollover schdule</th> - <th>example</th> + <th>DatePattern</th> + <th>Rollover schedule</th> + <th>Example</th> <tr> - <td><code>'.'yyyy-MM</code> + <td><code>'.'yyyy-MM</code> <td>Rollover at the beginning of each month</td> <td>Assuming the first day of the week is Sunday, at Sunday 00:00, @@ -65,7 +65,7 @@ itself at the beginning of May. <tr> - <td><code>'.'yyyy-ww</code> + <td><code>'.'yyyy-ww</code> <td>Rollover at the first day of each week. The first day of the week depends on the locale.</td> @@ -335,7 +335,7 @@ /** RollingCalendar is a helper class to DailyRollingFileAppender. Using this class, it is easy to compute - and access the next Millis() + and access the next Millis(). It subclasses the standard {@link GregorianCalendar}-object, to allow access to the protected function getTimeInMillis(), which it @@ -410,5 +410,4 @@ } return getTime(); } -} - +} \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]