diff options
| author | Kristen Kozak <sebright@google.com> | 2017-04-17 10:49:58 -0700 |
|---|---|---|
| committer | Kristen Kozak <sebright@google.com> | 2017-04-17 11:12:20 -0700 |
| commit | beb7e6e54f4e388066af725b1a0883d43d7a8f63 (patch) | |
| tree | 96620c53f36c6b8c0b4e85ec0a01621a97f7a417 /findbugs-exclude.xml | |
| parent | d4dd812d9182059638e8984cd110bd9ea51e52ae (diff) | |
| download | platform_external_opencensus-java-beb7e6e54f4e388066af725b1a0883d43d7a8f63.tar.gz platform_external_opencensus-java-beb7e6e54f4e388066af725b1a0883d43d7a8f63.tar.bz2 platform_external_opencensus-java-beb7e6e54f4e388066af725b1a0883d43d7a8f63.zip | |
Make Distribution and MutableDistribution package-private initially.
Diffstat (limited to 'findbugs-exclude.xml')
| -rw-r--r-- | findbugs-exclude.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/findbugs-exclude.xml b/findbugs-exclude.xml index 47d8167f..29932968 100644 --- a/findbugs-exclude.xml +++ b/findbugs-exclude.xml @@ -3,6 +3,6 @@ <!-- Reason: Null has a different meaning than a zero-length array in this case. --> <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> <Class name="com.google.instrumentation.stats.MutableDistribution" /> - <Method name="getBucketCountsArray" /> + <Method name="getInternalBucketCountsArray" /> </Match> </FindBugsFilter> |
