ceki        2004/04/20 02:53:25

  Modified:    src/java/org/apache/log4j/lf5/util DateFormatManager.java
  Log:
  Corrected an inffective assingment instruction.
  
  Revision  Changes    Path
  1.2       +1 -1      
logging-log4j/src/java/org/apache/log4j/lf5/util/DateFormatManager.java
  
  Index: DateFormatManager.java
  ===================================================================
  RCS file: 
/home/cvs/logging-log4j/src/java/org/apache/log4j/lf5/util/DateFormatManager.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DateFormatManager.java    26 Apr 2002 15:48:42 -0000      1.1
  +++ DateFormatManager.java    20 Apr 2004 09:53:25 -0000      1.2
  @@ -119,7 +119,7 @@
     }
   
     public synchronized void setTimeZone(TimeZone timeZone) {
  -    timeZone = timeZone;
  +    _timeZone = timeZone;
       configure();
     }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to