Noting the SystemUtils java.version property change

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1075674 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2011-03-01 06:32:00 +00:00
parent 3c4f60d71b
commit b0e0fc4daf
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ multi-threaded programming, and org.apache.commons.lang3.text.translate, which p
<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>