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-vfs.git
The following commit(s) were added to refs/heads/master by this push: new d535d72 Typo. d535d72 is described below commit d535d7286036b7bd62a3de4a94bbc806a7d53497 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jul 15 11:09:18 2021 -0400 Typo. --- 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 3568b47..64e9825 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -67,7 +67,7 @@ The <action> type attribute can be add,update,fix,remove. Minor changes #185. </action> <action type="fix" dev="ggregory" due-to="Gary Gregory"> - Port internal embedded HTTP asynchronous file server used in tests from from Apache HttpComponents HttpCore/HttpClient 4.x to 5.0.x. + Port internal embedded HTTP asynchronous file server used in tests from from Apache HttpComponents HttpCore/HttpClient 4.x to 5.0.x. </action> <action type="fix" dev="ggregory" due-to="Arturo Bernal"> Replace construction of FileInputStream and FileOutputStream objects with Files NIO APIs. #164.