Fix wrong issue reference.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1366190 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2012-07-26 20:36:09 +00:00
parent 459f14b33c
commit bc715edab3
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
<action dev="luc" issue="COLLECTIONS-404" type="add" due-to="Jordane Sarda">
Added an implementation of Eugene Myers difference algorithm.
</action>
<action dev="tn" issue="COLLECTIONS-239" type="add" due-to="Stephen Kestle">
<action dev="tn" issue="COLLECTIONS-293" type="add" due-to="Stephen Kestle">
Added support for using custom "Equator" objects in "EqualPredicate".
</action>
<action dev="tn" issue="COLLECTIONS-425" type="fix" due-to="Adrian Nistor">