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:23:14 UTC

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

scolebourne    2003/06/09 14:23:14

  Modified:    lang/src/java/org/apache/commons/lang/time
                        DurationFormatUtils.java
  Log:
  Make package scoped until methods properly designed and implemented
  
  Revision  Changes    Path
  1.2       +3 -3      jakarta-commons/lang/src/java/org/apache/commons/lang/time/DurationFormatUtils.java
  
  Index: DurationFormatUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/time/DurationFormatUtils.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DurationFormatUtils.java	8 Jun 2003 23:14:23 -0000	1.1
  +++ DurationFormatUtils.java	9 Jun 2003 21:23:14 -0000	1.2
  @@ -63,9 +63,9 @@
    * @since 2.0
    * @version $Id$
    */
  -public final class DurationFormatUtils {
  +class DurationFormatUtils {
  +    // TODO: Make class public once methods can fully select which fields to output
   
  -    //-----------------------------------------------------------------------
       /**
        * DurationFormatUtils instances should NOT be constructed in standard programming.
        * <p>
  
  
  

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