You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/08/05 12:54:01 UTC

[commons-vfs] branch master updated: Document: Modify some loop using stream API #96.

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 085e175  Document: Modify some loop using stream API #96.
085e175 is described below

commit 085e175c38e2e5010593abb83c210c0ffcb20405
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 5 08:53:54 2020 -0400

    Document: Modify some loop using stream API #96.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5ffadb3..06e15b0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,6 +63,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" due-to="Gary Gregory" type="update">
         org.apache.commons.vfs2.provider.VfsComponent now implements java.io.Closeable.
       </action>
+      <action dev="ggregory" due-to="PeterAlfredLee" type="update">
+        Modify some loop using stream API #96.
+      </action>
       <action issue="VFS-754" dev="ggregory" due-to="Gary Gregory" type="update">
         Update Apache Commons Compress from 1.19 to 1.20.
       </action>