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 2005/08/22 21:44:04 UTC

svn commit: r239230 - /jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java

Author: scolebourne
Date: Mon Aug 22 12:44:00 2005
New Revision: 239230

URL: http://svn.apache.org/viewcvs?rev=239230&view=rev
Log:
Javadoc

Modified:
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java?rev=239230&r1=239229&r2=239230&view=diff
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java Mon Aug 22 12:44:00 2005
@@ -75,7 +75,9 @@
     /**
      * Instances should NOT be constructed in standard programming.
      */
-    public FileUtils() { }
+    public FileUtils() {
+        super();
+    }
 
     /**
      * The number of bytes in a kilobyte.
@@ -1021,7 +1023,6 @@
       * be compared.
       * @param reference the <code>File</code> of which the modification date
       * is used.
-      * like reference
       * @return true if the <code>File</code> exists and has been modified more
       * recently than the reference <code>File</code>.
       */
@@ -1061,8 +1062,7 @@
       * @param file the <code>File</code> of which the modification date must
       * be compared.
       * @param timeMillis the time reference measured in milliseconds since the
-      * epoch
-      * (00:00:00 GMT, January 1, 1970)
+      * epoch (00:00:00 GMT, January 1, 1970)
       * @return true if the <code>File</code> exists and has been modified after
       * the given time reference.
       */



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