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 2019/11/04 00:01:23 UTC

[commons-collections] 01/03: Add junit for getWithNull and subList in LazyListTest; #103.

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

commit f7e2465c1c687a29a89a81a2ac32491a16c7b790
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Sun Nov 3 18:59:39 2019 -0500

    Add junit for getWithNull and subList in LazyListTest; #103.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 02304bf..7f7d0ea 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,6 +75,9 @@
     <action dev="ggregory" type="update" due-to="dota17">
       Remove the parentheses in the error message in CircularFifoQueue #107.
     </action>
+    <action dev="ggregory" type="add" due-to="dota17">
+      Add junit for getWithNull and subList in LazyListTest; #103.
+    </action>
   </release>
   <release version="4.4" date="2019-07-05" description="Maintenance release.">
     <action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi, Gary Gregory">