LANG-1252: updates to package-info, adding name to pom.xml
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/0a0a35f5 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/0a0a35f5 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/0a0a35f5 Branch: refs/heads/master Commit: 0a0a35f54f5e7ab2d10022d3ee244cbc876bdde2 Parents: c503d74 Author: Rob Tompkins <[email protected]> Authored: Sat Sep 10 21:07:42 2016 -0400 Committer: Rob Tompkins <[email protected]> Committed: Sat Sep 10 21:07:42 2016 -0400 ---------------------------------------------------------------------- pom.xml | 9 +++++++++ .../java/org/apache/commons/lang3/math/package-info.java | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/0a0a35f5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4d31107..ee29439 100644 --- a/pom.xml +++ b/pom.xml @@ -191,6 +191,15 @@ <role>Java Developer</role> </roles> </developer> + <developer> + <name>Rob Tompkins</name> + <id>chtompki</id> + <email>[email protected]</email> + <timezone>-5</timezone> + <roles> + <role>Java Developer</role> + </roles> + </developer> </developers> <contributors> <contributor> http://git-wip-us.apache.org/repos/asf/commons-lang/blob/0a0a35f5/src/main/java/org/apache/commons/lang3/math/package-info.java ---------------------------------------------------------------------- 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 2ae6306..16ca5b2 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 @@ * <p>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 <code>xxxValue</code> 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.</p> + * NumberUtils also has a related {@link org.apache.commons.lang3.math.NumberUtils#isCreatable(String)} method.</p> * * @since 2.0 */
