Skip to content

Commit 3b8ed83

Browse files
authored
chore: fix clirr error. (#2153)
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).
1 parent a6c9f9b commit 3b8ed83

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

google-cloud-bigtable-stats/clirr-ignored-differences.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,16 @@
2626
<method>*StatsRecorderWrapperForConnection*</method>
2727
<to>*</to>
2828
</difference>
29-
<!-- Internal API is updated -->
29+
<!-- Internal API is removed -->
3030
<difference>
3131
<differenceType>7002</differenceType>
3232
<className>com/google/cloud/bigtable/stats/ConsumerEnvironmentUtils$ResourceUtilsWrapper</className>
33-
<method>*detectResource*</method>
33+
<method>*</method>
34+
</difference>
35+
<!-- Internal API is updated -->
36+
<difference>
37+
<differenceType>7006</differenceType>
38+
<className>com/google/cloud/bigtable/stats/ConsumerEnvironmentUtils$ResourceUtilsWrapper</className>
39+
<method>*</method>
3440
</difference>
3541
</differences>

0 commit comments

Comments
 (0)