Author: scolebourne
Date: Sat Aug 27 10:01:51 2005
New Revision: 240440

URL: http://svn.apache.org/viewcvs?rev=240440&view=rev
Log:
Add javadoc

bug 36317, from Martin Burger

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=240440&r1=240439&r2=240440&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 
Sat Aug 27 10:01:51 2005
@@ -958,8 +958,10 @@
 
 
     /**
-     * Make a directory. If there already exists a file with specified name or
+     * Make a directory, including any necessary but nonexistent parent
+     * directories. If there already exists a file with specified name or
      * the directory cannot be created then an exception is thrown.
+     *
      * @param directory directory to create
      * @throws IOException if the directory cannot be created.
      */



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to