fix typo in NumberUtils#isCreatable and NumberUtils#isNumber javadoc

This commit is contained in:
pascalschumacher 2016-10-22 14:17:35 +02:00
parent 91d6bd74fa
commit 8f9271399a

View File

@ -1362,7 +1362,7 @@ public static boolean isDigits(final String str) {
* <code>false</code>.</p>
*
* <p>Note, {@link #createNumber(String)} should return a number for every
* input resuling in <code>true</code>.</p>
* input resulting in <code>true</code>.</p>
*
* @param str the <code>String</code> to check
* @return <code>true</code> if the string is a correctly formatted number
@ -1392,7 +1392,7 @@ public static boolean isNumber(final String str) {
* <code>false</code>.</p>
*
* <p>Note, {@link #createNumber(String)} should return a number for every
* input resuling in <code>true</code>.</p>
* input resulting in <code>true</code>.</p>
*
* @param str the <code>String</code> to check
* @return <code>true</code> if the string is a correctly formatted number