Author: bayard
Date: Tue Mar  1 06:32:00 2011
New Revision: 1075674

URL: http://svn.apache.org/viewvc?rev=1075674&view=rev
Log:
Noting the SystemUtils java.version property change

Modified:
    commons/proper/lang/trunk/src/site/xdoc/article3_0.xml

Modified: commons/proper/lang/trunk/src/site/xdoc/article3_0.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/site/xdoc/article3_0.xml?rev=1075674&r1=1075673&r2=1075674&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/site/xdoc/article3_0.xml (original)
+++ commons/proper/lang/trunk/src/site/xdoc/article3_0.xml Tue Mar  1 06:32:00 
2011
@@ -109,6 +109,7 @@ multi-threaded programming, and org.apac
 <section name="Other Notable Changes">
 <ul>
 <li>StringUtils.isAlpha, isNumeric and isAlphanumeric now all return false 
when passed an empty String. Previously they returned true. </li>
+<li>SystemUtils.isJavaVersionAtLeast now relies on the 
<code>java.specification.version</code> and not the <code>java.version</code> 
System property. </li>
 </ul>
 </section>
 


Reply via email to