removed since tags

This commit is contained in:
Misagh Moayyed 2015-06-10 20:09:15 -07:00
parent 8c77fc4eaf
commit e1e12a5f3f
1 changed files with 0 additions and 2 deletions

View File

@ -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) {