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 b0b95895 Remove trainling whitespace b0b95895 is described below commit b0b958959ae312d24ed49d819242a0288fdee778 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Sep 30 09:38:17 2023 -0400 Remove trainling whitespace --- src/main/java/org/apache/commons/io/FileUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/io/FileUtils.java b/src/main/java/org/apache/commons/io/FileUtils.java index 4b6a346d..edf3da86 100644 --- a/src/main/java/org/apache/commons/io/FileUtils.java +++ b/src/main/java/org/apache/commons/io/FileUtils.java @@ -3050,7 +3050,7 @@ public class FileUtils { * <p> * When called from a FileTreeWalker, the walker <em>closes</em> the stream because {@link FileTreeWalker#next()} calls {@code top.stream().close()}. * </p> - * + * * @param stream The stream to consume. * @return a new List. */