Closed this issue 4 years ago · 1 comments
In line 79:
Args.nullNotPermitted(data, "data");
should be
Args.nullNotPermitted(source, "data");
Why: The passed parameter should be ckecked, not the storage object in the class itself
Thanks for reporting that. It is fixed.