fix malformed XML

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1060141 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Niall Pemberton 2011-01-17 23:58:06 +00:00
parent 3c10434631
commit 367e00e6ef
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
<action type="add" issue="LANG-545">Add ability to create a Future for a constant.</action>
<action type="update" issue="LANG-541">Replace StringBuffer with StringBuilder.</action>
<action type="update" issue="LANG-540">Make NumericEntityEscaper immutable.</action>
<action type="update"> issue="LANG-539">Compile commons.lang for CDC 1.1/Foundation 1.1.</action>
<action type="update" issue="LANG-539">Compile commons.lang for CDC 1.1/Foundation 1.1.</action>
<action type="add" issue="LANG-537">Add ArrayUtils.toArray to create generic arrays.</action>
<action type="add" issue="LANG-533">Validate: support for validating blank strings.</action>
<action type="add" issue="LANG-529">Add a concurrent package.</action>