ucr-riple / NullAwayAnnotator

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

Remove offset update control flag #177

Closed nimakarimipour closed 1 year ago

nimakarimipour commented 1 year ago

In the most recent version of Annotator, offset for errors are always updated and flag offsetHandlingIsActivated is always true. This PR simply removes flag offsetHandlingIsActivated as it is no longer required.