Ensure `savePeriodicDump` is non-final: `any()` re...
# test
n
Ensure
savePeriodicDump
is non-final:
any()
returns
null
. If the
savePeriodicDump
method is final its code will be executed, meaning a
null
check will be performed on the parameter
👍 1
x
it was final, thanks