mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
add method
This commit is contained in:
parent
3729a1553a
commit
d4523113a4
@ -17,6 +17,7 @@
|
||||
* 【http 】 HttpUtil重定向次数失效问题(issue#I4O28Q@Gitee)
|
||||
* 【core 】 修复UrlPath空白path多/问题(issue#I49KAL@Gitee)
|
||||
* 【core 】 修复ServletUtil写出文件时未添加双引号导致逗号等特殊符号引起的问题(issue#I4P1BF@Gitee)
|
||||
* 【core 】 NumberUtil增加equals重载解决long传入判断问题(pr#2064@Github)
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
# 5.7.18 (2021-12-25)
|
||||
|
@ -1836,6 +1836,7 @@ public class NumberUtil {
|
||||
/**
|
||||
* 比较大小,值相等 返回true<br>
|
||||
* 此方法修复传入long型数据由于没有本类型重载方法,导致数据精度丢失
|
||||
*
|
||||
* @param num1 数字1
|
||||
* @param num2 数字2
|
||||
* @return 是否相等
|
||||
|
Loading…
x
Reference in New Issue
Block a user