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 704e9d6 Fix typo in Javadocs for
FileUtils#convertFileCollectionToFileArray() #276.
704e9d6 is described below
commit 704e9d612f9bdf9deaea7d698ca74b517f966955
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Sep 23 13:34:38 2021 -0400
Fix typo in Javadocs for FileUtils#convertFileCollectionToFileArray()
#276.
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f9c3ff1..2e95338 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -81,7 +81,7 @@ The <action> type attribute can be add,update,fix,remove.
FileUtils.listFiles() does not list matching files if File parameter
is a symbolic link.
</action>
<action issue="IO-749" dev="ggregory" type="fix" due-to="niranjanghule,
Gary Gregory">
- Fix typo in javadocs #276.
+ Fix typo in Javadocs for FileUtils#convertFileCollectionToFileArray()
#276.
</action>
<!-- ADD -->
<action dev="ggregory" type="add" due-to="Gary Gregory">