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 2021/06/26 15:33:27 UTC

[commons-configuration] branch master updated: [CONFIGURATION-803] Java 8 lambda improvements and more #112.

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-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new d4fe311  [CONFIGURATION-803] Java 8 lambda improvements and more #112.
d4fe311 is described below

commit d4fe31195285066f5ab9ae8de1a530147fd29978
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 26 11:33:23 2021 -0400

    [CONFIGURATION-803] Java 8 lambda improvements and more #112.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a18f18c..7524e03 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -28,6 +28,9 @@
        <action issue="CONFIGURATION-795" type="update" dev="ggregory" due-to="dpeger">
          Computation of blank lines after header comment #82.
        </action>
+       <action issue="CONFIGURATION-803" type="update" dev="ggregory" due-to="Arturo Bernal">
+         Java 8 lambda improvements and more #112.
+       </action>
        <action issue="CONFIGURATION-804" type="update" dev="ggregory" due-to="Arturo Bernal">
          Redundant local variable #113.
        </action>