Closed jchen293 closed 1 year ago
Please add a description to the summary about how this cleans up the errors. I'm not sure what the inline syntax does.
Please add a description to the summary about how this cleans up the errors. I'm not sure what the inline syntax does.
Something optional to add, updated the description of the PR summary
Description
Clean up Java build warnings by:
@InlineMe
to the deprecated function so that when users call the method tagged with@InlineMe
will be migrated to the new method. This implementation is optional but it's worth adding it.printStackTrace()
and throw an exception insteadMore resource: https://errorprone.info/docs/inlineme
Testing
E2E ran make clean publish-dry
Pull Request Type
Please select the option(s) that are relevant to this PR.