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 2abde69 Javadoc. 2abde69 is described below commit 2abde6902e20ed4f6e83ed0456a5ccc50eddc32d Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu Jan 28 19:20:52 2021 -0500 Javadoc. --- src/main/java/org/apache/commons/io/FileSystemUtils.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/io/FileSystemUtils.java b/src/main/java/org/apache/commons/io/FileSystemUtils.java index 61b89ad..f957e45 100644 --- a/src/main/java/org/apache/commons/io/FileSystemUtils.java +++ b/src/main/java/org/apache/commons/io/FileSystemUtils.java @@ -468,9 +468,8 @@ public class FileSystemUtils { } } - //----------------------------------------------------------------------- /** - * Performs the os command. + * Performs an OS command. * * @param cmdAttribs the command line parameters * @param max The maximum limit for the lines returned