fix isDouble()

This commit is contained in:
TigerBeanst 2022-06-23 17:35:12 +08:00 committed by GitHub
parent 33e95b23c1
commit 9498287ec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1285,7 +1285,7 @@ public class NumberUtil {
} catch (NumberFormatException ignore) {
// ignore
}
return true;
return false;
}
/**