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 a51f206 Replace construction of FileInputStream and FileOutputStream
objects with Files NIO APIs. #164.
a51f206 is described below
commit a51f2069b0ca6180217b5abc2f9b5ff638f2f11f
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Mar 12 12:48:13 2021 -0500
Replace construction of FileInputStream and FileOutputStream objects
with Files NIO APIs. #164.
---
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 cb078fc..23884e7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,7 +54,7 @@ The <action> type attribute can be add,update,fix,remove.
Fix closing the files cache after warning that not all components have
been closed; #165.
</action>
<!-- UPDATES -->
- <action type="fix" dev="ggregory" due-to="Arturo Bernal">
+ <action type="update" dev="ggregory" due-to="Arturo Bernal">
Replace construction of FileInputStream and FileOutputStream objects
with Files NIO APIs. #164.
</action>
</release>