ucr-riple / NullAwayAnnotator

A tool to help adapting code bases to NullAway type system.
MIT License
13 stars 6 forks source link

Small conflict graph cleanup #120

Closed msridhar closed 1 year ago

msridhar commented 1 year ago

For this code it's cleaner to use a loop than forEach() plus a mutable array reference.

nimakarimipour commented 1 year ago

@msridhar Thank you very much, LGTM 🙂.