aboutsummaryrefslogtreecommitdiff
path: root/findbugs-exclude.xml
diff options
context:
space:
mode:
authorKristen Kozak <sebright@google.com>2018-04-03 16:37:22 -0700
committerKristen Kozak <sebright@google.com>2018-04-04 19:16:28 -0700
commit26110b6cbf41dcf889502022a495576511025335 (patch)
tree735c64449611c6c2b9af7c69094fb48f92ae7dd8 /findbugs-exclude.xml
parent804ef264c09e62481477c205ceec718049c4f268 (diff)
downloadopencensus-java-26110b6cbf41dcf889502022a495576511025335.tar.gz
Rename "Util" classes to "Utils", for consistency with public "Utils" classes.
This commit adds an "s" to TimeUtil, StringUtil, and BaseMessageEventUtil, for consistency with utility classes that have been made public, such as ContextUtils.
Diffstat (limited to 'findbugs-exclude.xml')
-rw-r--r--findbugs-exclude.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/findbugs-exclude.xml b/findbugs-exclude.xml
index c6658d9d..9de28c1c 100644
--- a/findbugs-exclude.xml
+++ b/findbugs-exclude.xml
@@ -20,7 +20,7 @@
<Match>
<!-- Reason: BaseMessageEvent only has two visible subclasses. -->
<Bug pattern="BC_UNCONFIRMED_CAST"/>
- <Class name="io.opencensus.trace.internal.BaseMessageEventUtil" />
+ <Class name="io.opencensus.trace.internal.BaseMessageEventUtils" />
</Match>
<!-- Suppress some FindBugs warnings related to performance or robustness -->