Author: britter
Date: Thu Oct 2 10:07:11 2014
New Revision: 1628921
URL: http://svn.apache.org/r1628921
Log:
Remove tab characters
Modified:
commons/proper/lang/trunk/src/changes/changes.xml
Modified: commons/proper/lang/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/changes/changes.xml?rev=1628921&r1=1628920&r2=1628921&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/changes/changes.xml [utf-8] (original)
+++ commons/proper/lang/trunk/src/changes/changes.xml [utf-8] Thu Oct 2
10:07:11 2014
@@ -22,9 +22,9 @@
<body>
<release version="3.4" date="tba" description="tba">
- <action issue="LANG-827" type="update" dev="djones">CompareToBuilder's
doc doesn't specify precedence of fields it uses in performing
comparisons</action>
+ <action issue="LANG-827" type="update" dev="djones">CompareToBuilder's doc
doesn't specify precedence of fields it uses in performing comparisons</action>
<action issue="LANG-1000" type="fix" dev="djones">ParseException when
trying to parse UTC dates with Z as zone designator using
DateFormatUtils.ISO_DATETIME_TIME_ZONE_FORMAT</action>
- <action issue="LANG-1035" type="fix" dev="djones">Javadoc for
EqualsBuilder.reflectionEquals() is unclear</action>
+ <action issue="LANG-1035" type="fix" dev="djones">Javadoc for
EqualsBuilder.reflectionEquals() is unclear</action>
<action issue="LANG-1020" type="update" dev="britter" due-to="Libor
Ondrusek">Improve performance of normalize space</action>
<action issue="LANG-1033" type="add" dev="ggregory">Add
StringUtils.countMatches(CharSequence, char)</action>
<action issue="LANG-1027" type="update"
dev="rmannibucau">org.apache.commons.lang3.SystemUtils#isJavaVersionAtLeast
should return true by default</action>