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/06/09 23:22:31 UTC

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/time DateFormatUtils.java

scolebourne    2003/06/09 14:22:31

  Modified:    lang/src/java/org/apache/commons/lang/time
                        DateFormatUtils.java
  Log:
  DateFormatUtils should not be final
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-commons/lang/src/java/org/apache/commons/lang/time/DateFormatUtils.java
  
  Index: DateFormatUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/time/DateFormatUtils.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DateFormatUtils.java	8 Jun 2003 23:14:23 -0000	1.1
  +++ DateFormatUtils.java	9 Jun 2003 21:22:31 -0000	1.2
  @@ -70,7 +70,7 @@
    * @since 2.0
    * @version $Id$
    */
  -public final class DateFormatUtils {
  +public class DateFormatUtils {
   
       /**
        * ISO8601 formatter for date-time witout timezone.
  
  
  

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