Skip to content

Commit 33fe7fe

Browse files
authored
fix: remove stats from javadoc (#1108)
1 parent 68776e4 commit 33fe7fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

+3
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,9 @@
260260
<sourceFileExclude>**/com/google/cloud/bigtable/data/v2/stub/metrics/**</sourceFileExclude>
261261
</sourceFileExcludes>
262262

263+
<!-- exclude stats package which shades opencensus for builtin metrics -->
264+
<excludePackageNames>com.google.cloud.bigtable.stats</excludePackageNames>
265+
263266
<!-- Enable external linking -->
264267
<links>
265268
<link>https://googleapis.dev/java/gax/${gax.version}/</link>

0 commit comments

Comments
 (0)