Author: bayard
Date: Tue Aug  2 07:39:30 2011
New Revision: 1153058

URL: http://svn.apache.org/viewvc?rev=1153058&view=rev
Log:
Escaping <T>

Modified:
    commons/proper/lang/trunk/src/site/changes/changes.xml

Modified: commons/proper/lang/trunk/src/site/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/site/changes/changes.xml?rev=1153058&r1=1153057&r2=1153058&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/site/changes/changes.xml (original)
+++ commons/proper/lang/trunk/src/site/changes/changes.xml Tue Aug  2 07:39:30 
2011
@@ -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>


Reply via email to