Author: sebb
Date: Tue Feb 11 02:57:40 2014
New Revision: 1566972
URL: http://svn.apache.org/r1566972
Log:
Javadoc update
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/math/NumberUtils.java
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/math/NumberUtils.java
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/math/NumberUtils.java?rev=1566972&r1=1566971&r2=1566972&view=diff
==============================================================================
---
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/math/NumberUtils.java
(original)
+++
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/math/NumberUtils.java
Tue Feb 11 02:57:40 2014
@@ -1332,6 +1332,7 @@ public class NumberUtils {
*
* @param str the <code>String</code> to check
* @return <code>true</code> if the string is a correctly formatted number
+ * @since 3.3 the code supports hex {@code 0Xhhh} and octal {@code 0ddd}
validation
*/
public static boolean isNumber(final String str) {
if (StringUtils.isEmpty(str)) {