LANG-1252: Few more checkstyle warnings: whitespace, line length
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/71d9e00d Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/71d9e00d Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/71d9e00d Branch: refs/heads/master Commit: 71d9e00d42b278ce9d216b33bf1a9c8606fbcb49 Parents: a2d41db Author: Rob Tompkins <[email protected]> Authored: Sat Sep 10 21:43:19 2016 -0400 Committer: Rob Tompkins <[email protected]> Committed: Sat Sep 10 21:43:19 2016 -0400 ---------------------------------------------------------------------- src/main/java/org/apache/commons/lang3/math/NumberUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/71d9e00d/src/main/java/org/apache/commons/lang3/math/NumberUtils.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/lang3/math/NumberUtils.java b/src/main/java/org/apache/commons/lang3/math/NumberUtils.java index d68f45f..995ae59 100644 --- a/src/main/java/org/apache/commons/lang3/math/NumberUtils.java +++ b/src/main/java/org/apache/commons/lang3/math/NumberUtils.java @@ -1349,8 +1349,8 @@ public class NumberUtils { * <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
