Escaping <T>

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1153058 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2011-08-02 07:39:30 +00:00
parent a4de013c40
commit 2d4b3edff9
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
<action type="update" issue="LANG-686">Improve exception message when StringUtils.replaceEachRepeatedly detects recursion</action>
<action type="update" issue="LANG-717">Specify source encoding for Ant build</action>
<action type="add" issue="LANG-721">Complement ArrayUtils.addAll() variants with by-index and by-value removal methods</action>
<action type="add" issue="LANG-726">Add Range<T> Range&lt;T&gt;.intersectionWith(Range&lt;T&gt;)</action>
<action type="add" issue="LANG-726">Add Range&lt;T&gt; Range&lt;T&gt;.intersectionWith(Range&lt;T&gt;)</action>
<action type="add" issue="LANG-723">Add mode and median Comparable... methods to ObjectUtils</action>
<action type="add" issue="LANG-722">Add BooleanUtils.and + or varargs methods</action>
<action type="add" issue="LANG-730">EnumSet -&gt; bit vector</action>