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:44:21 UTC

[commons-configuration] branch master updated: [Javadoc] Specify that typed getList returns null for missing key #100.

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 1c0b292  [Javadoc] Specify that typed getList returns null for missing key #100.
1c0b292 is described below

commit 1c0b29209171b2bf99510a39bc80781819bcd9b1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 26 11:44:18 2021 -0400

    [Javadoc] Specify that typed getList returns null for missing key #100.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9bdc202..4d50181 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -43,6 +43,9 @@
        <action issue="CONFIGURATION-805" type="update" dev="ggregory" due-to="Arturo Bernal">
          Use try with resource #114.
        </action>
+       <action issue="CONFIGURATION-805" type="update" dev="ggregory" due-to="Roman Zaynetdinov">
+         [Javadoc] Specify that typed getList returns null for missing key #100.
+       </action>
        <!-- ADD -->
        <action type="update" dev="ggregory" due-to="SethiPandi">
          Implement Iterable in ImmutableNode #74.