Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`AbstractConfig` has only had one subclass for a long time, and I don't see any future scenario in which we add more. Removing `AbstractConfig` makes adding new NullAway options easier. We push down the code from `AbstractConfig` into `ErrorProneCLIFlagsConfig` and make the fields private and final instead of protected.
- Loading branch information