[COLLECTIONS-692] Replace use of deprecated Class#newInstance() #49. Closes #49.
Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/3e7d4ff5 Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/3e7d4ff5 Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/3e7d4ff5 Branch: refs/heads/master Commit: 3e7d4ff5a27bda7caf264f0277b43069541ca8f7 Parents: d0954e2 Author: Gary Gregory <ggreg...@apache.org> Authored: Fri Jul 27 08:48:14 2018 -0600 Committer: Gary Gregory <ggreg...@apache.org> Committed: Fri Jul 27 08:48:14 2018 -0600 ---------------------------------------------------------------------- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/3e7d4ff5/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 570ce35..f8137b6 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -27,7 +27,7 @@ <action issue="COLLECTIONS-689" dev="ggregory" type="update" due-to="Richard Walker"> Link to Javadoc API broken. </action> - <action issue="COLLECTIONS-692" dev="ggregory" type="update" due-to="Gary Gregory, "> + <action issue="COLLECTIONS-692" dev="ggregory" type="update" due-to="Gary Gregory, Eitan Adler"> Replace use of deprecated Class#newInstance() PR #49. </action> </release>