pathos      01/06/16 16:58:39

  Modified:    src/java/org/apache/log4j NDC.java
  Log:
  Fixed javadoc warning.
  
  Revision  Changes    Path
  1.10      +1 -1      jakarta-log4j/src/java/org/apache/log4j/NDC.java
  
  Index: NDC.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/NDC.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- NDC.java  2001/06/13 00:20:34     1.9
  +++ NDC.java  2001/06/16 23:58:39     1.10
  @@ -331,7 +331,7 @@
        Remove the diagnostic context for this thread.
   
        <p>Each thread that created a diagnostic context by calling
  -     {@link #psuh} should call this method before exiting. Otherwise,
  +     {@link #push} should call this method before exiting. Otherwise,
        the memory used by the <b>thread</b> cannot be reclaimed by the
        VM.
   
  
  
  

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

Reply via email to