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 8e83b13 Remove trailing whitespace. 8e83b13 is described below commit 8e83b1344fed97b13a3fdfe51c93497aa17173ae Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Fri Nov 6 12:04:34 2020 -0500 Remove trailing whitespace. --- src/main/java/org/apache/commons/io/file/PathUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 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 bb8593b..f197aed 100644 --- a/src/main/java/org/apache/commons/io/file/PathUtils.java +++ b/src/main/java/org/apache/commons/io/file/PathUtils.java @@ -282,7 +282,7 @@ public final class PathUtils { /** * Gets the current directory. - * + * * @return the current directory. * * @since 2.9.0 @@ -290,7 +290,7 @@ public final class PathUtils { public static Path current() { return Paths.get(""); } - + /** * Deletes a file or directory. If the path is a directory, delete it and all sub-directories. * <p>