LANG-1252: Few more checkstyle warnings: whitespace, line length

This commit is contained in:
Rob Tompkins 2016-09-10 21:43:19 -04:00
parent a2d41db55a
commit 71d9e00d42
1 changed files with 2 additions and 2 deletions

View File

@ -1349,8 +1349,8 @@ public static boolean isDigits(final String str) {
* <p>Checks whether the String a valid Java number.</p>
*
* <p>Valid numbers include hexadecimal marked with the <code>0x</code> or
* <code>0X</code> qualifier, octal numbers, scientific notation and numbers
* marked with a type qualifier (e.g. 123L).</p>
* <code>0X</code> qualifier, octal numbers, scientific notation and
* numbers marked with a type qualifier (e.g. 123L).</p>
*
* <p>Non-hexadecimal strings beginning with a leading zero are
* treated as octal values. Thus the string <code>09</code> will return