You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2003/08/16 13:09:26 UTC

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/time package.html DateUtils.java

scolebourne    2003/08/16 04:09:26

  Modified:    lang/src/java/org/apache/commons/lang/time package.html
                        DateUtils.java
  Log:
  Javadoc changes
  bug 22480, from Pete Gieser
  
  Revision  Changes    Path
  1.2       +1 -0      jakarta-commons/lang/src/java/org/apache/commons/lang/time/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/time/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	23 Jun 2003 22:37:39 -0000	1.1
  +++ package.html	16 Aug 2003 11:09:26 -0000	1.2
  @@ -10,5 +10,6 @@
   <li><code>DateFormatUtils</code> - a formatting class for dates
   <li><code>StopWatch</code> - a duration timer
   </ul>
  +@since 2.0
   </body>
   </html>
  
  
  
  1.13      +2 -2      jakarta-commons/lang/src/java/org/apache/commons/lang/time/DateUtils.java
  
  Index: DateUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/time/DateUtils.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- DateUtils.java	15 Aug 2003 16:14:35 -0000	1.12
  +++ DateUtils.java	16 Aug 2003 11:09:26 -0000	1.13
  @@ -154,7 +154,7 @@
       public final static int RANGE_MONTH_MONDAY = 6;
   
       /**
  -     * <p><code>DateUtils<code> instances should NOT be constructed in
  +     * <p><code>DateUtils</code> instances should NOT be constructed in
        * standard programming. Instead, the class should be used as
        * <code>DateUtils.parse(str);</code>.</p>
        *