Javadoc update

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1566972 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2014-02-11 02:57:40 +00:00
parent 9397608dd3
commit 3269d1bc7a
1 changed files with 1 additions and 0 deletions

View File

@ -1332,6 +1332,7 @@ public static boolean isDigits(final String str) {
*
* @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)) {