Skip to content

Commit 0e0fc1d

Browse files
committed
remove duplicate javadoc warning
1 parent aa57c09 commit 0e0fc1d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQueryOptions.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -149,19 +149,6 @@ public Builder setEnableOpenTelemetryTracing(boolean enableOpenTelemetryTracing)
149149
/**
150150
* Sets the OpenTelemetry tracer for this BigQuery instance to be tracer.
151151
*
152-
* <p><div class="warning"> Traces may contain sensitive data such as resource names, full URLs,
153-
* and error messages.
154-
*
155-
* <p>Before configuring subscribers or exporters for traces, review the contents of the spans
156-
* and consult the <a
157-
* href="https://opentelemetry.io/docs/security/handling-sensitive-data/">OpenTelemetry
158-
* documentation</a> to set up filters and formatters to prevent leaking sensitive information,
159-
* depending on your intended use case.
160-
*
161-
* <p>See also: <a
162-
* href="https://opentelemetry.io/docs/concepts/semantic-conventions/">OpenTelemetry Semantic
163-
* Conventions</a> </div>
164-
*
165152
* @param tracer OpenTelemetry tracer to be used
166153
*/
167154
public Builder setOpenTelemetryTracer(Tracer tracer) {

0 commit comments

Comments
 (0)