hi 1920731406

it good idea,

Looking forward to your pull request~

1920731406 <[email protected]> 于2022年3月25日周五 14:53写道:
>
> The original code:
> if (log == null || logCollectClient == null){
> ...........
> }
> The improved scheme:
> if (Objects.isNull(log) || Objects.isNull(logCollectClient)){
> .............
> }

Reply via email to