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 2006/12/29 13:37:59 UTC

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

Author: scolebourne
Date: Fri Dec 29 04:37:58 2006
New Revision: 490992

URL: http://svn.apache.org/viewvc?view=rev&rev=490992
Log:
Add since tag

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/viewvc/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java?view=diff&rev=490992&r1=490991&r2=490992
==============================================================================
--- 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 Fri Dec 29 04:37:58 2006
@@ -122,6 +122,7 @@
      * @param file  the file to create, not null
      * @throws IOException if the file object is a directory
      * @throws IOException if a parent directory needs creating but that fails
+     * @since Commons IO 1.3
      */
     public static FileOutputStream openOutputStream(File file) throws IOException {
         if (file.exists()) {



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