File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/tracing Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ public abstract static class Builder {
342342
343343 public abstract Builder setTransport (@ Nullable Transport transport );
344344
345- public abstract Builder setOperationType (@ Nullable OperationType operationType );
345+ abstract Builder setOperationType (@ Nullable OperationType operationType );
346346
347347 public abstract Builder setServerPort (@ Nullable Integer serverPort );
348348
@@ -354,7 +354,7 @@ public abstract static class Builder {
354354
355355 public abstract Builder setUrlDomain (@ Nullable String urlDomain );
356356
357- public abstract Builder setDestinationResourceIdSupplier (
357+ abstract Builder setDestinationResourceIdSupplier (
358358 @ Nullable Supplier <String > destinationResourceIdSupplier );
359359
360360 public abstract ApiTracerContext build ();
You can’t perform that action at this time.
0 commit comments