removed since tags
This commit is contained in:
parent
8c77fc4eaf
commit
e1e12a5f3f
|
|
@ -631,7 +631,6 @@ public final class CommonUtils {
|
|||
* @param str the string to convert, may be null
|
||||
* @param defaultValue the default value
|
||||
* @return the long represented by the string, or the default if conversion fails
|
||||
* @since 2.1
|
||||
*/
|
||||
public static long toLong(final String str, final long defaultValue) {
|
||||
if (str == null) {
|
||||
|
|
@ -659,7 +658,6 @@ public final class CommonUtils {
|
|||
* @param str the string to convert, may be null
|
||||
* @param defaultValue the default value
|
||||
* @return the int represented by the string, or the default if conversion fails
|
||||
* @since 2.1
|
||||
*/
|
||||
public static int toInt(final String str, final int defaultValue) {
|
||||
if(str == null) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue