This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f73593  Javadoc.
5f73593 is described below

commit 5f73593d999feccc93f6e8190af22d52726bba14
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Tue Jan 26 11:36:53 2021 -0500

    Javadoc.
---
 src/main/java/org/apache/commons/io/file/PathUtils.java | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/main/java/org/apache/commons/io/file/PathUtils.java 
b/src/main/java/org/apache/commons/io/file/PathUtils.java
index ac8eac3..e0a3af6 100644
--- a/src/main/java/org/apache/commons/io/file/PathUtils.java
+++ b/src/main/java/org/apache/commons/io/file/PathUtils.java
@@ -293,9 +293,6 @@ public final class PathUtils {
 
     /**
      * Creates the parent directories for the given {@code path}.
-     * <p>
-     * Returns the {@code path}'s parent directory if it already exists.
-     * </p>
      *
      * @param path The path to a file (or directory).
      * @param attrs An optional list of file attributes to set atomically when 
creating the directories.

Reply via email to