You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2006/08/01 22:05:11 UTC

svn commit: r427704 - /logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/lf5/util/DateFormatManager.java

Author: carnold
Date: Tue Aug  1 13:05:11 2006
New Revision: 427704

URL: http://svn.apache.org/viewvc?rev=427704&view=rev
Log:
Bug 36787: org.apache.log4j.lf5.util.DateFormatManager.setTimeZone assignment error

Modified:
    logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/lf5/util/DateFormatManager.java

Modified: logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/lf5/util/DateFormatManager.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/lf5/util/DateFormatManager.java?rev=427704&r1=427703&r2=427704&view=diff
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/lf5/util/DateFormatManager.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/lf5/util/DateFormatManager.java Tue Aug  1 13:05:11 2006
@@ -127,7 +127,7 @@
   }
 
   public synchronized void setTimeZone(TimeZone timeZone) {
-    timeZone = timeZone;
+    _timeZone = timeZone;
     configure();
   }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org