Author: rjung
Date: Thu Nov 29 14:46:10 2012
New Revision: 1415188
URL: http://svn.apache.org/viewvc?rev=1415188&view=rev
Log:
Fix javadoc.
Backport of r1415186 from trunk.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/AccessLogValve.java
Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
Merged /tomcat/trunk:r1415186
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/AccessLogValve.java
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/AccessLogValve.java?rev=1415188&r1=1415187&r2=1415188&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/AccessLogValve.java
(original)
+++ tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/AccessLogValve.java
Thu Nov 29 14:46:10 2012
@@ -1024,7 +1024,12 @@ public class AccessLogValve extends Valv
/**
- * Close the currently open log file (if any)
+ * Create a File object based on the current log file name.
+ * Directories are created as needed but the underlying file
+ * is not created or opened.
+ *
+ * @param useDateStamp include the timestamp in the file name.
+ * @return the log file object
*/
private File getLogFile(boolean useDateStamp) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]