Skip to content

Commit

Permalink
chore: Update ServiceOptions.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ddixit14 authored Jan 25, 2024
1 parent 6115d5a commit 329f287
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ public abstract class ServiceOptions<
private transient ServiceRpc rpc;
private final ApiTracerFactory apiTracerFactory;

private final ApiTracerFactory apiTracerFactory;

/**
* Builder for {@code ServiceOptions}.
*
Expand Down Expand Up @@ -143,8 +141,6 @@ public abstract static class Builder<
private String quotaProjectId;
private ApiTracerFactory apiTracerFactory;

private ApiTracerFactory apiTracerFactory;

@InternalApi("This class should only be extended within google-cloud-java")
protected Builder() {}

Expand Down

0 comments on commit 329f287

Please sign in to comment.