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 2018/07/27 14:48:43 UTC

[2/4] commons-collections git commit: [COLLECTIONS-692] Replace use of deprecated Class#newInstance() #49. Closes #49.

[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/d0954e23
Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/d0954e23
Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/d0954e23

Branch: refs/heads/master
Commit: d0954e2337c75ccbbd8e70e53419f3277ec010ac
Parents: b1c45ac
Author: Gary Gregory <gg...@apache.org>
Authored: Fri Jul 27 08:32:47 2018 -0600
Committer: Gary Gregory <gg...@apache.org>
Committed: Fri Jul 27 08:32:47 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/d0954e23/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a837d17..570ce35 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -28,7 +28,7 @@
       Link to Javadoc API broken.
     </action>
     <action issue="COLLECTIONS-692" dev="ggregory" type="update" due-to="Gary Gregory, ">
-      Replace use of deprecated Class#newInstance() #49.
+      Replace use of deprecated Class#newInstance() PR #49.
     </action>
   </release>
   <release version="4.2" date="2018-07-11" description="Update from Java 6 to Java 7, bug fixes, and small changes.">