Skip to content

Commit

Permalink
chore: fix clirr error. (#2153)
Browse files Browse the repository at this point in the history
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/java-bigtable/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
- [ ] Rollback plan is reviewed and LGTMed
- [ ] All new data plane features have a completed end to end testing plan

Fixes #<issue_number_goes_here> ☕️

If you write sample code, please follow the [samples format](
https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
  • Loading branch information
rkaregar committed Mar 7, 2024
1 parent a6c9f9b commit 3b8ed83
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions google-cloud-bigtable-stats/clirr-ignored-differences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,16 @@
<method>*StatsRecorderWrapperForConnection*</method>
<to>*</to>
</difference>
<!-- Internal API is updated -->
<!-- Internal API is removed -->
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/bigtable/stats/ConsumerEnvironmentUtils$ResourceUtilsWrapper</className>
<method>*detectResource*</method>
<method>*</method>
</difference>
<!-- Internal API is updated -->
<difference>
<differenceType>7006</differenceType>
<className>com/google/cloud/bigtable/stats/ConsumerEnvironmentUtils$ResourceUtilsWrapper</className>
<method>*</method>
</difference>
</differences>

0 comments on commit 3b8ed83

Please sign in to comment.