DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28217>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28217 Typo in DateFormatManager's setTimeZone-method Summary: Typo in DateFormatManager's setTimeZone-method Product: Log4j Version: unspecified Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Other AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The code for org.apache.log4j.lf5.util.DateFormatManager (starting at line 121) is: public synchronized void setTimeZone(TimeZone timeZone) { timeZone = timeZone; configure(); } This assignment for "timeZone" is useless, and should be "_timeZone = timeZone;". But anyway no one is currently using this method. ;) Regards Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
