LANG-1252: updates to package-info, adding name to pom.xml
This commit is contained in:
parent
c503d742f0
commit
0a0a35f54f
9
pom.xml
9
pom.xml
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue