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=13962>. 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=13962 Incompatible Javadoc Comments in org/apache/jasper/logging/Logger.java Summary: Incompatible Javadoc Comments in org/apache/jasper/logging/Logger.java Product: Tomcat 4 Version: Nightly Build Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Jasper AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] In org/apache/jasper/logging/Logger.java - setTimestampFormat method. To avoid an issue with the question mark in the first comment. Using the following comment: /** * Setter method to control the format used when printing * the timestamp. Note that timestamping might not be used. * See java.text.SimpleDateFormat. * * Default = "yyyy-MM-dd hh:mm:ss". Special case: "msec" => raw * number of msec since epoch, very efficient but not * user-friendly **/ public void setTimestampFormat(String value) -- To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>