mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
复用已存在方法
This commit is contained in:
@@ -217,7 +217,7 @@ public class ObjectUtil {
|
|||||||
*/
|
*/
|
||||||
public static boolean isNotNull(Object obj) {
|
public static boolean isNotNull(Object obj) {
|
||||||
//noinspection ConstantConditions
|
//noinspection ConstantConditions
|
||||||
return null != obj && false == obj.equals(null);
|
return false == isNull(obj);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user