mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix code
This commit is contained in:
parent
da2ddf263a
commit
d19e78b202
@ -216,7 +216,6 @@ public class ObjectUtil {
|
||||
* @return 是否为null
|
||||
*/
|
||||
public static boolean isNotNull(Object obj) {
|
||||
//noinspection ConstantConditions
|
||||
return false == isNull(obj);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user