You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-cvs@jakarta.apache.org by pa...@apache.org on 2001/02/28 00:56:04 UTC

cvs commit: jakarta-log4j/org/apache/log4j/helpers ISO8601DateFormat.java

pathos      01/02/27 15:56:03

  Modified:    org/apache/log4j/helpers ISO8601DateFormat.java
  Log:
  Documentation changes.
  
  Revision  Changes    Path
  1.3       +4 -4      jakarta-log4j/org/apache/log4j/helpers/ISO8601DateFormat.java
  
  Index: ISO8601DateFormat.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/org/apache/log4j/helpers/ISO8601DateFormat.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ISO8601DateFormat.java	2000/12/14 21:07:45	1.2
  +++ ISO8601DateFormat.java	2001/02/27 23:56:02	1.3
  @@ -25,7 +25,7 @@
      <p>Refer to the <a
      href=http://www.cl.cam.ac.uk/~mgk25/iso-time.html>summary of the
      International Standard Date and Time Notation</a> for more
  -   infromation on this format.
  +   information on this format.
      
      @author Ceki G&uuml;lc&uuml;
      
  @@ -43,10 +43,10 @@
     }
     
     /**
  -     Appends to <code>sbuf</code> the date in the format "YYYY-mm-dd 
  -     HH:mm:ss,SSS" for example, "1999-11-27 15:49:37,459".
  +     Appends a date in the format "YYYY-mm-dd HH:mm:ss,SSS"
  +     to <code>sbuf</code>. For example: "1999-11-27 15:49:37,459".
   
  -     @param sbuf the string buffer to write to
  +     @param sbuf the <code>StringBuffer</code> to write to
     */
     public
     StringBuffer format(Date date, StringBuffer sbuf,