Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sydney-munro committed Dec 17, 2024
1 parent 3f8cb0f commit 156b643
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ private Tuple<StorageSettings, Opts<UserProject>> resolveSettingsAndOpts() throw
public OpenTelemetrySdk getOpenTelemetrySdk() {
return openTelemetrySdk;
}

/** @since 2.14.0 */
@Override
public GrpcStorageOptions.Builder toBuilder() {
Expand Down Expand Up @@ -630,7 +630,6 @@ public GrpcStorageOptions.Builder setBlobWriteSessionConfig(
return this;
}


/**
* Enable OpenTelemetry Tracing and provide an instance for the client to use.
*
Expand All @@ -641,7 +640,7 @@ public GrpcStorageOptions.Builder setOpenTelemetrySdk(OpenTelemetrySdk openTelem
this.openTelemetrySdk = openTelemetrySdk;
return this;
}

/** @since 2.14.0 */
@Override
public GrpcStorageOptions build() {
Expand Down

0 comments on commit 156b643

Please sign in to comment.