Daniel Felgar
Results
3
comments of
Daniel Felgar
@varjasz do you find any solution?
I'll approve, merge and generate a new version. Tks
Using if result is correct. ``` public UnmodifiableRecord { list = list != null ? List.copyOf(list) : null; set = set != null ? Set.copyOf(set) : null; map = map...