LANG-1252: updates to package-info, adding name to pom.xml

This commit is contained in:
Rob Tompkins 2016-09-10 21:07:42 -04:00
parent c503d742f0
commit 0a0a35f54f
2 changed files with 10 additions and 1 deletions

View File

@ -191,6 +191,15 @@
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Rob Tompkins</name>
<id>chtompki</id>
<email>chtompki@apache.org</email>
<timezone>-5</timezone>
<roles>
<role>Java Developer</role>
</roles>
</developer>
</developers>
<contributors>
<contributor>

View File

@ -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
*/