diff --git a/pom.xml b/pom.xml index 4d3110736..ee294398c 100644 --- a/pom.xml +++ b/pom.xml @@ -191,6 +191,15 @@ Java Developer + + Rob Tompkins + chtompki + chtompki@apache.org + -5 + + Java Developer + + diff --git a/src/main/java/org/apache/commons/lang3/math/package-info.java b/src/main/java/org/apache/commons/lang3/math/package-info.java index 2ae6306f8..16ca5b250 100644 --- a/src/main/java/org/apache/commons/lang3/math/package-info.java +++ b/src/main/java/org/apache/commons/lang3/math/package-info.java @@ -26,7 +26,7 @@ *

There are two aspects of this package that should be highlighted. * The first is {@link org.apache.commons.lang3.math.NumberUtils#createNumber(String)}, a method which does its best to convert a String into a {@link java.lang.Number} object. * You have no idea what type of Number it will return, so you should call the relevant xxxValue method when you reach the point of needing a number. - * NumberUtils also has a related {@link org.apache.commons.lang3.math.NumberUtils#isCreatable(String) isCreatable(String)} method.

+ * NumberUtils also has a related {@link org.apache.commons.lang3.math.NumberUtils#isCreatable(String)} method.

* * @since 2.0 */